Html Css Color HEX #372292 Persian Indigo

📋 copy color: '#372292'

red 55 ◦ green 34 ◦ blue 146

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

Shades of Persian Indigo #372292

Tints of Persian Indigo #372292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.13%

R = 23.4%
G = 14.47%
B = 62.13%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#372292 (or 0x372292) is known color: Persian Indigo. HEX triplet: 37, 22 and 92. RGB value is (55,34,146). Sum of RGB (Red+Green+Blue) = 55+34+146=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #372292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372292 is #C8DD6D. Grayscale: #343434. Windows color (decimal): -13163886 or 9577015. OLE color: 9577015.

HSL color Cylindrical-coordinate representation of color #372292: hue angle of 251.25º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #372292 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 34 146 -
CMYK 0.62 0.77 0 0.43
HSL 251.25º 0.62% 0.35% -
HSV(B) 251.25º 0.77% 0.57% -
XYZ 7.34 4.03 27.59 -
YUV 53.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 55 34 146 0.62 0.77 0 0.43 251.25 0.62 0.35
Hex 37 22 92 3E 4D 0 2B FB 3E 23
Octal 67 42 222 76 115 0 53 373 76 43
Binary 110111 100010 10010010 111110 1001101 0 101011 11111011 111110 100011

Color Harmonies of #372292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372292

Black with #372292

Text Example


Text Example

White with #372292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372292; }

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

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

background-color css

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

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

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

border-color css

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

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

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