Html Css Color HEX #372294 Persian Indigo

📋 copy color: '#372294'

red 55 ◦ green 34 ◦ blue 148

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

Shades of Persian Indigo #372294

Tints of Persian Indigo #372294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 62.45%

R = 23.21%
G = 14.35%
B = 62.45%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#372294 (or 0x372294) is known color: Persian Indigo. HEX triplet: 37, 22 and 94. RGB value is (55,34,148). Sum of RGB (Red+Green+Blue) = 55+34+148=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #372294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372294 is #C8DD6B. Grayscale: #343434. Windows color (decimal): -13163884 or 9708087. OLE color: 9708087.

HSL color Cylindrical-coordinate representation of color #372294: hue angle of 251.05º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #372294 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 34 148 -
CMYK 0.63 0.77 0 0.42
HSL 251.05º 0.63% 0.36% -
HSV(B) 251.05º 0.77% 0.58% -
XYZ 7.49 4.09 28.41 -
YUV 53.28 181.46 129.23 -
System Red Green Blue C M Y K H S L
Decimal 55 34 148 0.63 0.77 0 0.42 251.05 0.63 0.36
Hex 37 22 94 3F 4D 0 2A FB 3F 24
Octal 67 42 224 77 115 0 52 373 77 44
Binary 110111 100010 10010100 111111 1001101 0 101010 11111011 111111 100100

Color Harmonies of #372294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372294

Black with #372294

Text Example


Text Example

White with #372294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372294; }

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

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

background-color css

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

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

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

border-color css

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

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

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