#401E96

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

Shades of Persian Indigo #401E96

Tints of Persian Indigo #401E96

Color information

#401E96 (or 0x401E96) is unknown color: approx Persian Indigo. HEX triplet: 40, 1E and 96. RGB value is (64,30,150). Sum of RGB (Red+Green+Blue) = 64+30+150=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #401E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401E96 is #BFE169. Grayscale: #353535. Windows color (decimal): -12575082 or 9838144. OLE color: 9838144.

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

Color convert

RGB6430150-
CMYK0.570.8000.41
HSL257º66.67%35.29%-
HSV(B)257º80%58.82%-
XYZ8.084.2229.24-
YUV53.85182.26135.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 150 (58.98% from 255) = 61.48%
R=26.23%
G=12.30%
B=61.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64301500.570.8000.4125766.6735.29
Hex401E9639500291014323
Octal100362267112005140110343
Binary10000001111010010110111001101000001010011000000011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401E96; }

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

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

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

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

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

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

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

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