#401696

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

Shades of Persian Indigo #401696

Tints of Persian Indigo #401696

Color information

#401696 (or 0x401696) is unknown color: approx Persian Indigo. HEX triplet: 40, 16 and 96. RGB value is (64,22,150). Sum of RGB (Red+Green+Blue) = 64+22+150=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #401696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401696 is #BFE969. Grayscale: #303030. Windows color (decimal): -12577130 or 9836096. OLE color: 9836096.

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

Color convert

RGB6422150-
CMYK0.570.8500.41
HSL259.69º74.42%33.73%-
HSV(B)259.69º85.33%58.82%-
XYZ7.913.8729.18-
YUV49.15184.91138.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 150 (58.98% from 255) = 63.56%
R=27.12%
G=9.32%
B=63.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64221500.570.8500.41259.6974.4233.73
Hex40169639550291044a22
Octal100262267112505140411242
Binary10000001011010010110111001101010101010011000001001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401696; }

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

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

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

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

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

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

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

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