Html Css Color HEX #372089 Persian Indigo

📋 copy color: '#372089'

red 55 ◦ green 32 ◦ blue 137

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

Shades of Persian Indigo #372089

Tints of Persian Indigo #372089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 61.16%

R = 24.55%
G = 14.29%
B = 61.16%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#372089 (or 0x372089) is known color: Persian Indigo. HEX triplet: 37, 20 and 89. RGB value is (55,32,137). Sum of RGB (Red+Green+Blue) = 55+32+137=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #372089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372089 is #C8DF76. Grayscale: #323232. Windows color (decimal): -13164407 or 8986679. OLE color: 8986679.

HSL color Cylindrical-coordinate representation of color #372089: hue angle of 253.14º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #372089 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 32 137 -
CMYK 0.60 0.77 0 0.46
HSL 253.14º 0.62% 0.33% -
HSV(B) 253.14º 0.77% 0.54% -
XYZ 6.61 3.65 24.02 -
YUV 50.85 176.62 130.96 -
System Red Green Blue C M Y K H S L
Decimal 55 32 137 0.60 0.77 0 0.46 253.14 0.62 0.33
Hex 37 20 89 3C 4D 0 2E FD 3E 21
Octal 67 40 211 74 115 0 56 375 76 41
Binary 110111 100000 10001001 111100 1001101 0 101110 11111101 111110 100001

Color Harmonies of #372089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372089

Black with #372089

Text Example


Text Example

White with #372089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372089; }

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

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

background-color css

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

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

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

border-color css

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

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

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