Html Css Color HEX #372288 Persian Indigo

📋 copy color: '#372288'

red 55 ◦ green 34 ◦ blue 136

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

Shades of Persian Indigo #372288

Tints of Persian Indigo #372288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.11%

 BLUE value IS 136 (53.52% from 255) = 60.44%

R = 24.44%
G = 15.11%
B = 60.44%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#372288 (or 0x372288) is known color: Persian Indigo. HEX triplet: 37, 22 and 88. RGB value is (55,34,136). Sum of RGB (Red+Green+Blue) = 55+34+136=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #372288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372288 is #C8DD77. Grayscale: #333333. Windows color (decimal): -13163896 or 8921655. OLE color: 8921655.

HSL color Cylindrical-coordinate representation of color #372288: hue angle of 252.35º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372288 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 34 136 -
CMYK 0.60 0.75 0 0.47
HSL 252.35º 0.6% 0.33% -
HSV(B) 252.35º 0.75% 0.53% -
XYZ 6.59 3.73 23.67 -
YUV 51.91 175.46 130.21 -
System Red Green Blue C M Y K H S L
Decimal 55 34 136 0.60 0.75 0 0.47 252.35 0.6 0.33
Hex 37 22 88 3C 4B 0 2F FC 3C 21
Octal 67 42 210 74 113 0 57 374 74 41
Binary 110111 100010 10001000 111100 1001011 0 101111 11111100 111100 100001

Color Harmonies of #372288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372288

Black with #372288

Text Example


Text Example

White with #372288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372288; }

 p { color: rgb(55,34,136); }

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

background-color css

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

 a { background-color: rgb(55,34,136); }

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

border-color css

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

 span { border-color: rgb(55,34,136); }

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