#401577

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

Shades of Persian Indigo #401577

Tints of Persian Indigo #401577

Color information

#401577 (or 0x401577) is unknown color: approx Persian Indigo. HEX triplet: 40, 15 and 77. RGB value is (64,21,119). Sum of RGB (Red+Green+Blue) = 64+21+119=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #401577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401577 is #BFEA88. Grayscale: #2C2C2C. Windows color (decimal): -12577417 or 7804224. OLE color: 7804224.

HSL color Cylindrical-coordinate representation of color #401577: hue angle of 266.33º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #401577 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6421119-
CMYK0.460.8200.53
HSL266.33º70%27.45%-
HSV(B)266.33º82.35%46.67%-
XYZ5.712.9617.72-
YUV45.03169.75141.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=31.37%
G=10.29%
B=58.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64211190.460.8200.53266.337027.45
Hex4015772E5203510a461b
Octal100251675612206541210633
Binary100000010101111011110111010100100110101100001010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401577; }

 p { color: rgb(64,21,119); }

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

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

 a { background-color: rgb(64,21,119); }

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

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

 span { border-color: rgb(64,21,119); }

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