#401176

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

Shades of Persian Indigo #401176

Tints of Persian Indigo #401176

Color information

#401176 (or 0x401176) is unknown color: approx Persian Indigo. HEX triplet: 40, 11 and 76. RGB value is (64,17,118). Sum of RGB (Red+Green+Blue) = 64+17+118=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #401176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401176 is #BFEE89. Grayscale: #2A2A2A. Windows color (decimal): -12578442 or 7737664. OLE color: 7737664.

HSL color Cylindrical-coordinate representation of color #401176: hue angle of 267.92º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401176 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6417118-
CMYK0.460.8600.54
HSL267.92º74.81%26.47%-
HSV(B)267.92º85.59%46.27%-
XYZ5.582.817.39-
YUV42.57170.57143.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 118 (46.48% from 255) = 59.30%
R=32.16%
G=8.54%
B=59.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64171180.460.8600.54267.9274.8126.47
Hex4011762E5603610c4b1a
Octal100211665612606641411332
Binary100000010001111011010111010101100110110100001100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401176; }

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

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

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

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

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

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

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

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