Html Css Color HEX #372479 Persian Indigo

📋 copy color: '#372479'

red 55 ◦ green 36 ◦ blue 121

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

Shades of Persian Indigo #372479

Tints of Persian Indigo #372479

RGB

 RED value IS 55 (21.88% from 255) = 25.94%

 GREEN value IS 36 (14.45% from 255) = 16.98%

 BLUE value IS 121 (47.66% from 255) = 57.08%

R = 25.94%
G = 16.98%
B = 57.08%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#372479 (or 0x372479) is known color: Persian Indigo. HEX triplet: 37, 24 and 79. RGB value is (55,36,121). Sum of RGB (Red+Green+Blue) = 55+36+121=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #372479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372479 is #C8DB86. Grayscale: #333333. Windows color (decimal): -13163399 or 7939127. OLE color: 7939127.

HSL color Cylindrical-coordinate representation of color #372479: hue angle of 253.41º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #372479 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 36 121 -
CMYK 0.55 0.70 0 0.53
HSL 253.41º 0.54% 0.31% -
HSV(B) 253.41º 0.7% 0.47% -
XYZ 5.66 3.45 18.46 -
YUV 51.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 55 36 121 0.55 0.70 0 0.53 253.41 0.54 0.31
Hex 37 24 79 37 46 0 35 FD 36 1F
Octal 67 44 171 67 106 0 65 375 66 37
Binary 110111 100100 1111001 110111 1000110 0 110101 11111101 110110 11111

Color Harmonies of #372479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372479

Black with #372479

Text Example


Text Example

White with #372479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372479; }

 p { color: rgb(55,36,121); }

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

background-color css

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

 a { background-color: rgb(55,36,121); }

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

border-color css

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

 span { border-color: rgb(55,36,121); }

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