Html Css Color HEX #372193 Persian Indigo

📋 copy color: '#372193'

red 55 ◦ green 33 ◦ blue 147

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

Shades of Persian Indigo #372193

Tints of Persian Indigo #372193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.04%

 BLUE value IS 147 (57.81% from 255) = 62.55%

R = 23.4%
G = 14.04%
B = 62.55%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#372193 (or 0x372193) is known color: Persian Indigo. HEX triplet: 37, 21 and 93. RGB value is (55,33,147). Sum of RGB (Red+Green+Blue) = 55+33+147=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #372193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372193 is #C8DE6C. Grayscale: #343434. Windows color (decimal): -13164141 or 9642295. OLE color: 9642295.

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

Color convert

RGB 55 33 147 -
CMYK 0.63 0.78 0 0.42
HSL 251.58º 0.63% 0.35% -
HSV(B) 251.58º 0.78% 0.58% -
XYZ 7.39 4.01 27.99 -
YUV 52.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 55 33 147 0.63 0.78 0 0.42 251.58 0.63 0.35
Hex 37 21 93 3F 4E 0 2A FC 3F 23
Octal 67 41 223 77 116 0 52 374 77 43
Binary 110111 100001 10010011 111111 1001110 0 101010 11111100 111111 100011

Color Harmonies of #372193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372193

Black with #372193

Text Example


Text Example

White with #372193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372193; }

 p { color: rgb(55,33,147); }

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

background-color css

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

 a { background-color: rgb(55,33,147); }

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

border-color css

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

 span { border-color: rgb(55,33,147); }

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