Html Css Color HEX #372072 Persian Indigo

📋 copy color: '#372072'

red 55 ◦ green 32 ◦ blue 114

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

Shades of Persian Indigo #372072

Tints of Persian Indigo #372072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.72%

R = 27.36%
G = 15.92%
B = 56.72%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#372072 (or 0x372072) is known color: Persian Indigo. HEX triplet: 37, 20 and 72. RGB value is (55,32,114). Sum of RGB (Red+Green+Blue) = 55+32+114=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #372072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372072 is #C8DF8D. Grayscale: #2F2F2F. Windows color (decimal): -13164430 or 7479351. OLE color: 7479351.

HSL color Cylindrical-coordinate representation of color #372072: hue angle of 256.83º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #372072 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 32 114 -
CMYK 0.52 0.72 0 0.55
HSL 256.83º 0.56% 0.29% -
HSV(B) 256.83º 0.72% 0.45% -
XYZ 5.13 3.06 16.24 -
YUV 48.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 55 32 114 0.52 0.72 0 0.55 256.83 0.56 0.29
Hex 37 20 72 34 48 0 37 101 38 1D
Octal 67 40 162 64 110 0 67 401 70 35
Binary 110111 100000 1110010 110100 1001000 0 110111 100000001 111000 11101

Color Harmonies of #372072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372072

Black with #372072

Text Example


Text Example

White with #372072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372072; }

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

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

background-color css

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

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

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

border-color css

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

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

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