Html Css Color HEX #301576 Persian Indigo

📋 copy color: '#301576'

red 48 ◦ green 21 ◦ blue 118

#301576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #301576

Tints of Persian Indigo #301576

RGB

 RED value IS 48 (19.14% from 255) = 25.67%

 GREEN value IS 21 (8.59% from 255) = 11.23%

 BLUE value IS 118 (46.48% from 255) = 63.1%

R = 25.67%
G = 11.23%
B = 63.1%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#301576 (or 0x301576) is known color: Persian Indigo. HEX triplet: 30, 15 and 76. RGB value is (48,21,118). Sum of RGB (Red+Green+Blue) = 48+21+118=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #301576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301576 is #CFEA89. Grayscale: #272727. Windows color (decimal): -13625994 or 7738672. OLE color: 7738672.

HSL color Cylindrical-coordinate representation of color #301576: hue angle of 256.7º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #301576 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 21 118 -
CMYK 0.59 0.82 0 0.54
HSL 256.7º 0.7% 0.27% -
HSV(B) 256.7º 0.82% 0.46% -
XYZ 4.76 2.47 17.37 -
YUV 40.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 48 21 118 0.59 0.82 0 0.54 256.7 0.7 0.27
Hex 30 15 76 3B 52 0 36 101 46 1B
Octal 60 25 166 73 122 0 66 401 106 33
Binary 110000 10101 1110110 111011 1010010 0 110110 100000001 1000110 11011

Color Harmonies of #301576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301576

Black with #301576

Text Example


Text Example

White with #301576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301576; }

 p { color: rgb(48,21,118); }

 H1.HeaderClassName
 {
   color: #301576;
 }
 .AnyTagClassName
 {
   color: #301576;
 }
</style>

background-color css

<style>
 a { background-color: #301576; }

 a { background-color: rgb(48,21,118); }

 div.DivClassName
 {
   background-color: #301576;
 }
 .BgClassName
 {
   background-color: #301576;
 }
</style>

border-color css

<style>
 span { border-color: #301576; }

 span { border-color: rgb(48,21,118); }

 td.TdClassName
 {
   border-color: #301576;
 }
 .TagClassName
 {
   border-color: #301576;
 }
</style>