Html Css Color HEX #301574 Persian Indigo

📋 copy color: '#301574'

red 48 ◦ green 21 ◦ blue 116

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

Shades of Persian Indigo #301574

Tints of Persian Indigo #301574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 62.7%

R = 25.95%
G = 11.35%
B = 62.7%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#301574 (or 0x301574) is known color: Persian Indigo. HEX triplet: 30, 15 and 74. RGB value is (48,21,116). Sum of RGB (Red+Green+Blue) = 48+21+116=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #301574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301574 is #CFEA8B. Grayscale: #272727. Windows color (decimal): -13625996 or 7607600. OLE color: 7607600.

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

Color convert

RGB 48 21 116 -
CMYK 0.59 0.82 0 0.55
HSL 257.05º 0.69% 0.27% -
HSV(B) 257.05º 0.82% 0.45% -
XYZ 4.64 2.43 16.75 -
YUV 39.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 48 21 116 0.59 0.82 0 0.55 257.05 0.69 0.27
Hex 30 15 74 3B 52 0 37 101 45 1B
Octal 60 25 164 73 122 0 67 401 105 33
Binary 110000 10101 1110100 111011 1010010 0 110111 100000001 1000101 11011

Color Harmonies of #301574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301574

Black with #301574

Text Example


Text Example

White with #301574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301574; }

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

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

background-color css

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

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

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

border-color css

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

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

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