Html Css Color HEX #37208C Persian Indigo

📋 copy color: '#37208C'

red 55 ◦ green 32 ◦ blue 140

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

Shades of Persian Indigo #37208C

Tints of Persian Indigo #37208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.67%

R = 24.23%
G = 14.1%
B = 61.67%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37208C (or 0x37208C) is known color: Persian Indigo. HEX triplet: 37, 20 and 8C. RGB value is (55,32,140). Sum of RGB (Red+Green+Blue) = 55+32+140=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #37208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37208C is #C8DF73. Grayscale: #323232. Windows color (decimal): -13164404 or 9183287. OLE color: 9183287.

HSL color Cylindrical-coordinate representation of color #37208C: hue angle of 252.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37208C is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 32 140 -
CMYK 0.61 0.77 0 0.45
HSL 252.78º 0.63% 0.34% -
HSV(B) 252.78º 0.77% 0.55% -
XYZ 6.83 3.74 25.17 -
YUV 51.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 55 32 140 0.61 0.77 0 0.45 252.78 0.63 0.34
Hex 37 20 8C 3D 4D 0 2D FD 3F 22
Octal 67 40 214 75 115 0 55 375 77 42
Binary 110111 100000 10001100 111101 1001101 0 101101 11111101 111111 100010

Color Harmonies of #37208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37208C

Black with #37208C

Text Example


Text Example

White with #37208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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