#37157F

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

Shades of Persian Indigo #37157F

Tints of Persian Indigo #37157F

Color information

#37157F (or 0x37157F) is unknown color: approx Persian Indigo. HEX triplet: 37, 15 and 7F. RGB value is (55,21,127). Sum of RGB (Red+Green+Blue) = 55+21+127=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #37157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37157F is #C8EA80. Grayscale: #2A2A2A. Windows color (decimal): -13167233 or 8328503. OLE color: 8328503.

HSL color Cylindrical-coordinate representation of color #37157F: hue angle of 259.25º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37157F is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5521127-
CMYK0.570.8300.50
HSL259.25º71.62%29.02%-
HSV(B)259.25º83.46%49.8%-
XYZ5.672.8820.34-
YUV43.25175.26136.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 127 (50% from 255) = 62.56%
R=27.09%
G=10.34%
B=62.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55211270.570.8300.50259.2571.6229.02
Hex37157F3953032103481d
Octal67251777112306240311035
Binary11011110101111111111100110100110110010100000011100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37157F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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