#37237C

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

Shades of Persian Indigo #37237C

Tints of Persian Indigo #37237C

Color information

#37237C (or 0x37237C) is unknown color: approx Persian Indigo. HEX triplet: 37, 23 and 7C. RGB value is (55,35,124). Sum of RGB (Red+Green+Blue) = 55+35+124=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #37237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37237C is #C8DC83. Grayscale: #323232. Windows color (decimal): -13163652 or 8135479. OLE color: 8135479.

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

Color convert

RGB5535124-
CMYK0.560.7200.51
HSL253.48º55.97%31.18%-
HSV(B)253.48º71.77%48.63%-
XYZ5.813.4719.43-
YUV51.13169.13130.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 124 (48.83% from 255) = 57.94%
R=25.70%
G=16.36%
B=57.94%

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
Decimal55351240.560.7200.51253.4855.9731.18
Hex37237C3848033fd381f
Octal6743174701100633757037
Binary1101111000111111100111000100100001100111111110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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