Html Css Color HEX #372289 Persian Indigo

📋 copy color: '#372289'

red 55 ◦ green 34 ◦ blue 137

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

Shades of Persian Indigo #372289

Tints of Persian Indigo #372289

RGB

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

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

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

R = 24.34%
G = 15.04%
B = 60.62%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#372289 (or 0x372289) is known color: Persian Indigo. HEX triplet: 37, 22 and 89. RGB value is (55,34,137). Sum of RGB (Red+Green+Blue) = 55+34+137=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #372289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372289 is #C8DD76. Grayscale: #333333. Windows color (decimal): -13163895 or 8987191. OLE color: 8987191.

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

Color convert

RGB 55 34 137 -
CMYK 0.60 0.75 0 0.46
HSL 252.23º 0.6% 0.34% -
HSV(B) 252.23º 0.75% 0.54% -
XYZ 6.66 3.76 24.04 -
YUV 52.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 55 34 137 0.60 0.75 0 0.46 252.23 0.6 0.34
Hex 37 22 89 3C 4B 0 2E FC 3C 22
Octal 67 42 211 74 113 0 56 374 74 42
Binary 110111 100010 10001001 111100 1001011 0 101110 11111100 111100 100010

Color Harmonies of #372289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372289

Black with #372289

Text Example


Text Example

White with #372289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372289; }

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

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

background-color css

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

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

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

border-color css

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

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

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