#37116B

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

Shades of Persian Indigo #37116B

Tints of Persian Indigo #37116B

Color information

#37116B (or 0x37116B) is unknown color: approx Persian Indigo. HEX triplet: 37, 11 and 6B. RGB value is (55,17,107). Sum of RGB (Red+Green+Blue) = 55+17+107=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #37116B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37116B is #C8EE94. Grayscale: #262626. Windows color (decimal): -13168277 or 7016759. OLE color: 7016759.

HSL color Cylindrical-coordinate representation of color #37116B: hue angle of 265.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37116B is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5517107-
CMYK0.490.8400.58
HSL265.33º72.58%24.31%-
HSV(B)265.33º84.11%41.96%-
XYZ4.432.2714.12-
YUV38.62166.59139.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.73%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 107 (42.19% from 255) = 59.78%
R=30.73%
G=9.50%
B=59.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55171070.490.8400.58265.3372.5824.31
Hex37116B315403A1094918
Octal67211536112407241111130
Binary11011110001110101111000110101000111010100001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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