Html Css Color HEX #37207E Persian Indigo

📋 copy color: '#37207E'

red 55 ◦ green 32 ◦ blue 126

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

Shades of Persian Indigo #37207E

Tints of Persian Indigo #37207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 59.15%

R = 25.82%
G = 15.02%
B = 59.15%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37207E (or 0x37207E) is known color: Persian Indigo. HEX triplet: 37, 20 and 7E. RGB value is (55,32,126). Sum of RGB (Red+Green+Blue) = 55+32+126=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #37207E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37207E is #C8DF81. Grayscale: #313131. Windows color (decimal): -13164418 or 8265783. OLE color: 8265783.

HSL color Cylindrical-coordinate representation of color #37207E: hue angle of 254.68º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37207E is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 32 126 -
CMYK 0.56 0.75 0 0.51
HSL 254.68º 0.59% 0.31% -
HSV(B) 254.68º 0.75% 0.49% -
XYZ 5.86 3.35 20.08 -
YUV 49.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 55 32 126 0.56 0.75 0 0.51 254.68 0.59 0.31
Hex 37 20 7E 38 4B 0 33 FF 3B 1F
Octal 67 40 176 70 113 0 63 377 73 37
Binary 110111 100000 1111110 111000 1001011 0 110011 11111111 111011 11111

Color Harmonies of #37207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37207E

Black with #37207E

Text Example


Text Example

White with #37207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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