#401196

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

Shades of Persian Indigo #401196

Tints of Persian Indigo #401196

Color information

#401196 (or 0x401196) is unknown color: approx Persian Indigo. HEX triplet: 40, 11 and 96. RGB value is (64,17,150). Sum of RGB (Red+Green+Blue) = 64+17+150=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #401196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401196 is #BFEE69. Grayscale: #2D2D2D. Windows color (decimal): -12578410 or 9834816. OLE color: 9834816.

HSL color Cylindrical-coordinate representation of color #401196: hue angle of 261.2º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401196 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6417150-
CMYK0.570.8900.41
HSL261.2º79.64%32.75%-
HSV(B)261.2º88.67%58.82%-
XYZ7.823.6929.15-
YUV46.22186.57140.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 150 (58.98% from 255) = 64.94%
R=27.71%
G=7.36%
B=64.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64171500.570.8900.41261.279.6432.75
Hex40119639590291055021
Octal100212267113105140512041
Binary10000001000110010110111001101100101010011000001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401196; }

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

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

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

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

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

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

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

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