#401786

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

Shades of Persian Indigo #401786

Tints of Persian Indigo #401786

Color information

#401786 (or 0x401786) is unknown color: approx Persian Indigo. HEX triplet: 40, 17 and 86. RGB value is (64,23,134). Sum of RGB (Red+Green+Blue) = 64+23+134=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #401786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401786 is #BFE879. Grayscale: #2F2F2F. Windows color (decimal): -12576890 or 8787776. OLE color: 8787776.

HSL color Cylindrical-coordinate representation of color #401786: hue angle of 262.16º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #401786 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6423134-
CMYK0.520.8300.47
HSL262.16º70.7%30.78%-
HSV(B)262.16º82.84%52.55%-
XYZ6.723.4222.86-
YUV47.91176.58139.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 134 (52.73% from 255) = 60.63%
R=28.96%
G=10.41%
B=60.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64231340.520.8300.47262.1670.730.78
Hex401786345302F106471f
Octal100272066412305740610737
Binary1000000101111000011011010010100110101111100000110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401786; }

 p { color: rgb(64,23,134); }

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

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

 a { background-color: rgb(64,23,134); }

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

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

 span { border-color: rgb(64,23,134); }

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