#40116F

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

Shades of Persian Indigo #40116F

Tints of Persian Indigo #40116F

Color information

#40116F (or 0x40116F) is unknown color: approx Persian Indigo. HEX triplet: 40, 11 and 6F. RGB value is (64,17,111). Sum of RGB (Red+Green+Blue) = 64+17+111=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #40116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40116F is #BFEE90. Grayscale: #292929. Windows color (decimal): -12578449 or 7278912. OLE color: 7278912.

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

Color convert

RGB6417111-
CMYK0.420.8500.56
HSL270º73.44%25.1%-
HSV(B)270º84.68%43.53%-
XYZ5.182.6415.27-
YUV41.77167.07143.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 111 (43.75% from 255) = 57.81%
R=33.33%
G=8.85%
B=57.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64171110.420.8500.5627073.4425.1
Hex40116F2A5503810e4919
Octal100211575212507041611131
Binary100000010001110111110101010101010111000100001110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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