#37157C

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

Shades of Persian Indigo #37157C

Tints of Persian Indigo #37157C

Color information

#37157C (or 0x37157C) is unknown color: approx Persian Indigo. HEX triplet: 37, 15 and 7C. RGB value is (55,21,124). Sum of RGB (Red+Green+Blue) = 55+21+124=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #37157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37157C is #C8EA83. Grayscale: #2A2A2A. Windows color (decimal): -13167236 or 8131895. OLE color: 8131895.

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

Color convert

RGB5521124-
CMYK0.560.8300.51
HSL259.81º71.03%28.43%-
HSV(B)259.81º83.06%48.63%-
XYZ5.482.819.32-
YUV42.91173.76136.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 124 (48.83% from 255) = 62%
R=27.5%
G=10.5%
B=62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55211240.560.8300.51259.8171.0328.43
Hex37157C3853033104471c
Octal67251747012306340410734
Binary11011110101111110011100010100110110011100000100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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