#401777

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

Shades of Persian Indigo #401777

Tints of Persian Indigo #401777

Color information

#401777 (or 0x401777) is unknown color: approx Persian Indigo. HEX triplet: 40, 17 and 77. RGB value is (64,23,119). Sum of RGB (Red+Green+Blue) = 64+23+119=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #401777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401777 is #BFE888. Grayscale: #2D2D2D. Windows color (decimal): -12576905 or 7804736. OLE color: 7804736.

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

Color convert

RGB6423119-
CMYK0.460.8100.53
HSL265.62º67.61%27.84%-
HSV(B)265.62º80.67%46.67%-
XYZ5.753.0317.74-
YUV46.2169.08140.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 119 (46.88% from 255) = 57.77%
R=31.07%
G=11.17%
B=57.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64231190.460.8100.53265.6267.6127.84
Hex4017772E5103510a441c
Octal100271675612106541210434
Binary100000010111111011110111010100010110101100001010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401777; }

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

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

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

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

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

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

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

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