#40116E

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

Shades of Persian Indigo #40116E

Tints of Persian Indigo #40116E

Color information

#40116E (or 0x40116E) is unknown color: approx Persian Indigo. HEX triplet: 40, 11 and 6E. RGB value is (64,17,110). Sum of RGB (Red+Green+Blue) = 64+17+110=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #40116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40116E is #BFEE91. Grayscale: #292929. Windows color (decimal): -12578450 or 7213376. OLE color: 7213376.

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

Color convert

RGB6417110-
CMYK0.420.8500.57
HSL270.32º73.23%24.9%-
HSV(B)270.32º84.55%43.14%-
XYZ5.132.6214.99-
YUV41.66166.57143.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 17 (7.03% from 255) = 8.90%
BLUE value IS 110 (43.36% from 255) = 57.59%
R=33.51%
G=8.90%
B=57.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64171100.420.8500.57270.3273.2324.9
Hex40116E2A5503910e4919
Octal100211565212507141611131
Binary100000010001110111010101010101010111001100001110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40116E; }

 p { color: rgb(64,17,110); }

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

<style>
 a { background-color: #40116E; }

 a { background-color: rgb(64,17,110); }

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

<style>
 span { border-color: #40116E; }

 span { border-color: rgb(64,17,110); }

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