#40117C

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

Shades of Persian Indigo #40117C

Tints of Persian Indigo #40117C

Color information

#40117C (or 0x40117C) is unknown color: approx Persian Indigo. HEX triplet: 40, 11 and 7C. RGB value is (64,17,124). Sum of RGB (Red+Green+Blue) = 64+17+124=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #40117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40117C is #BFEE83. Grayscale: #2A2A2A. Windows color (decimal): -12578436 or 8130880. OLE color: 8130880.

HSL color Cylindrical-coordinate representation of color #40117C: hue angle of 266.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40117C is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6417124-
CMYK0.480.8600.51
HSL266.36º75.89%27.65%-
HSV(B)266.36º86.29%48.63%-
XYZ5.952.9519.32-
YUV43.25173.57142.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 124 (48.83% from 255) = 60.49%
R=31.22%
G=8.29%
B=60.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64171240.480.8600.51266.3675.8927.65
Hex40117C305603310a4c1c
Octal100211746012606341211434
Binary100000010001111110011000010101100110011100001010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40117C; }

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

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

<style>
 a { background-color: #40117C; }

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

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

<style>
 span { border-color: #40117C; }

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

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