#37137D

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

Shades of Persian Indigo #37137D

Tints of Persian Indigo #37137D

Color information

#37137D (or 0x37137D) is unknown color: approx Persian Indigo. HEX triplet: 37, 13 and 7D. RGB value is (55,19,125). Sum of RGB (Red+Green+Blue) = 55+19+125=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #37137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37137D is #C8EC82. Grayscale: #292929. Windows color (decimal): -13167747 or 8196919. OLE color: 8196919.

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

Color convert

RGB5519125-
CMYK0.560.8500.51
HSL260.38º73.61%28.24%-
HSV(B)260.38º84.8%49.02%-
XYZ5.512.7619.64-
YUV41.85174.93137.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.64%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 125 (49.22% from 255) = 62.81%
R=27.64%
G=9.55%
B=62.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55191250.560.8500.51260.3873.6128.24
Hex37137D38550331044a1c
Octal67231757012506340411234
Binary11011110011111110111100010101010110011100000100100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37137D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37137D; }

 p { color: rgb(55,19,125); }

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

<style>
 a { background-color: #37137D; }

 a { background-color: rgb(55,19,125); }

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

<style>
 span { border-color: #37137D; }

 span { border-color: rgb(55,19,125); }

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