Html Css Color HEX #372287 Persian Indigo

📋 copy color: '#372287'

red 55 ◦ green 34 ◦ blue 135

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

Shades of Persian Indigo #372287

Tints of Persian Indigo #372287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 60.27%

R = 24.55%
G = 15.18%
B = 60.27%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#372287 (or 0x372287) is known color: Persian Indigo. HEX triplet: 37, 22 and 87. RGB value is (55,34,135). Sum of RGB (Red+Green+Blue) = 55+34+135=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #372287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372287 is #C8DD78. Grayscale: #333333. Windows color (decimal): -13163897 or 8856119. OLE color: 8856119.

HSL color Cylindrical-coordinate representation of color #372287: hue angle of 252.48º 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 #372287 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 34 135 -
CMYK 0.59 0.75 0 0.47
HSL 252.48º 0.6% 0.33% -
HSV(B) 252.48º 0.75% 0.53% -
XYZ 6.52 3.71 23.29 -
YUV 51.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 55 34 135 0.59 0.75 0 0.47 252.48 0.6 0.33
Hex 37 22 87 3B 4B 0 2F FC 3C 21
Octal 67 42 207 73 113 0 57 374 74 41
Binary 110111 100010 10000111 111011 1001011 0 101111 11111100 111100 100001

Color Harmonies of #372287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372287

Black with #372287

Text Example


Text Example

White with #372287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372287; }

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

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

background-color css

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

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

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

border-color css

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

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

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