Html Css Color HEX #372086 Persian Indigo

📋 copy color: '#372086'

red 55 ◦ green 32 ◦ blue 134

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

Shades of Persian Indigo #372086

Tints of Persian Indigo #372086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.48%

 BLUE value IS 134 (52.73% from 255) = 60.63%

R = 24.89%
G = 14.48%
B = 60.63%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#372086 (or 0x372086) is known color: Persian Indigo. HEX triplet: 37, 20 and 86. RGB value is (55,32,134). Sum of RGB (Red+Green+Blue) = 55+32+134=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #372086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372086 is #C8DF79. Grayscale: #323232. Windows color (decimal): -13164410 or 8790071. OLE color: 8790071.

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

Color convert

RGB 55 32 134 -
CMYK 0.59 0.76 0 0.47
HSL 253.53º 0.61% 0.33% -
HSV(B) 253.53º 0.76% 0.53% -
XYZ 6.4 3.57 22.91 -
YUV 50.51 175.12 131.21 -
System Red Green Blue C M Y K H S L
Decimal 55 32 134 0.59 0.76 0 0.47 253.53 0.61 0.33
Hex 37 20 86 3B 4C 0 2F FE 3D 21
Octal 67 40 206 73 114 0 57 376 75 41
Binary 110111 100000 10000110 111011 1001100 0 101111 11111110 111101 100001

Color Harmonies of #372086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372086

Black with #372086

Text Example


Text Example

White with #372086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372086; }

 p { color: rgb(55,32,134); }

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

background-color css

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

 a { background-color: rgb(55,32,134); }

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

border-color css

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

 span { border-color: rgb(55,32,134); }

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