#37116D

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

Shades of Persian Indigo #37116D

Tints of Persian Indigo #37116D

Color information

#37116D (or 0x37116D) is unknown color: approx Persian Indigo. HEX triplet: 37, 11 and 6D. RGB value is (55,17,109). Sum of RGB (Red+Green+Blue) = 55+17+109=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #37116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37116D is #C8EE92. Grayscale: #262626. Windows color (decimal): -13168275 or 7147831. OLE color: 7147831.

HSL color Cylindrical-coordinate representation of color #37116D: hue angle of 264.78º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37116D is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5517109-
CMYK0.500.8400.57
HSL264.78º73.02%24.71%-
HSV(B)264.78º84.4%42.75%-
XYZ4.542.3214.68-
YUV38.85167.59139.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.39%
GREEN value IS 17 (7.03% from 255) = 9.39%
BLUE value IS 109 (42.97% from 255) = 60.22%
R=30.39%
G=9.39%
B=60.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55171090.500.8400.57264.7873.0224.71
Hex37116D32540391094919
Octal67211556212407141111131
Binary11011110001110110111001010101000111001100001001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,17,109); }

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

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

 a { background-color: rgb(55,17,109); }

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

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

 span { border-color: rgb(55,17,109); }

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