Html Css Color HEX #372074 Persian Indigo

📋 copy color: '#372074'

red 55 ◦ green 32 ◦ blue 116

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

Shades of Persian Indigo #372074

Tints of Persian Indigo #372074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 57.14%

R = 27.09%
G = 15.76%
B = 57.14%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#372074 (or 0x372074) is known color: Persian Indigo. HEX triplet: 37, 20 and 74. RGB value is (55,32,116). Sum of RGB (Red+Green+Blue) = 55+32+116=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #372074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372074 is #C8DF8B. Grayscale: #303030. Windows color (decimal): -13164428 or 7610423. OLE color: 7610423.

HSL color Cylindrical-coordinate representation of color #372074: hue angle of 256.43º degrees, saturation: 0.57, 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 #372074 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 32 116 -
CMYK 0.53 0.72 0 0.55
HSL 256.43º 0.57% 0.29% -
HSV(B) 256.43º 0.72% 0.45% -
XYZ 5.24 3.11 16.85 -
YUV 48.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 55 32 116 0.53 0.72 0 0.55 256.43 0.57 0.29
Hex 37 20 74 35 48 0 37 100 39 1D
Octal 67 40 164 65 110 0 67 400 71 35
Binary 110111 100000 1110100 110101 1001000 0 110111 100000000 111001 11101

Color Harmonies of #372074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372074

Black with #372074

Text Example


Text Example

White with #372074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372074; }

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

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

background-color css

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

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

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

border-color css

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

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

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