#37237E

Color #37237E Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #37237E

Tints of Persian Indigo #37237E

Color information

#37237E (or 0x37237E) is unknown color: approx Persian Indigo. HEX triplet: 37, 23 and 7E. RGB value is (55,35,126). Sum of RGB (Red+Green+Blue) = 55+35+126=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 126 (49.61% from 255 or 58.33% from 216); Max value from RGB is 126 - color contains mainly: blue. Hex color #37237E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37237E is #C8DC81. Grayscale: #333333. Windows color (decimal): -13163650 or 8266551. OLE color: 8266551.

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

Color convert

RGB5535126-
CMYK0.560.7200.51
HSL253.19º56.52%31.57%-
HSV(B)253.19º72.22%49.41%-
XYZ5.943.5220.11-
YUV51.35170.13130.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 126 (49.61% from 255) = 58.33%
R=25.46%
G=16.20%
B=58.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55351260.560.7200.51253.1956.5231.57
Hex37237E3848033fd3920
Octal6743176701100633757140
Binary11011110001111111101110001001000011001111111101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37237E;
 }
 .AnyTagClassName
 {
   color: #37237E;
 }
</style>
background-color css

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

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

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

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

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

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