#401A76

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

Shades of Persian Indigo #401A76

Tints of Persian Indigo #401A76

Color information

#401A76 (or 0x401A76) is unknown color: approx Persian Indigo. HEX triplet: 40, 1A and 76. RGB value is (64,26,118). Sum of RGB (Red+Green+Blue) = 64+26+118=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #401A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A76 is #BFE589. Grayscale: #2F2F2F. Windows color (decimal): -12576138 or 7739968. OLE color: 7739968.

HSL color Cylindrical-coordinate representation of color #401A76: hue angle of 264.78º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #401A76 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6426118-
CMYK0.460.7800.54
HSL264.78º63.89%28.24%-
HSV(B)264.78º77.97%46.27%-
XYZ5.753.1417.44-
YUV47.85167.59139.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 26 (10.55% from 255) = 12.5%
BLUE value IS 118 (46.48% from 255) = 56.73%
R=30.77%
G=12.5%
B=56.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64261180.460.7800.54264.7863.8928.24
Hex401A762E4E036109401c
Octal100321665611606641110034
Binary100000011010111011010111010011100110110100001001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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