#37197F

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

Shades of Persian Indigo #37197F

Tints of Persian Indigo #37197F

Color information

#37197F (or 0x37197F) is unknown color: approx Persian Indigo. HEX triplet: 37, 19 and 7F. RGB value is (55,25,127). Sum of RGB (Red+Green+Blue) = 55+25+127=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #37197F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37197F is #C8E680. Grayscale: #2D2D2D. Windows color (decimal): -13166209 or 8329527. OLE color: 8329527.

HSL color Cylindrical-coordinate representation of color #37197F: hue angle of 257.65º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37197F is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5525127-
CMYK0.570.8000.50
HSL257.65º67.11%29.8%-
HSV(B)257.65º80.31%49.8%-
XYZ5.753.0420.36-
YUV45.6173.94134.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 127 (50% from 255) = 61.35%
R=26.57%
G=12.08%
B=61.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55251270.570.8000.50257.6567.1129.8
Hex37197F3950032102431e
Octal67311777112006240210336
Binary11011111001111111111100110100000110010100000010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37197F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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