#401779

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

Shades of Persian Indigo #401779

Tints of Persian Indigo #401779

Color information

#401779 (or 0x401779) is unknown color: approx Persian Indigo. HEX triplet: 40, 17 and 79. RGB value is (64,23,121). Sum of RGB (Red+Green+Blue) = 64+23+121=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #401779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401779 is #BFE886. Grayscale: #2E2E2E. Windows color (decimal): -12576903 or 7935808. OLE color: 7935808.

HSL color Cylindrical-coordinate representation of color #401779: hue angle of 265.1º 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 #401779 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6423121-
CMYK0.470.8100.53
HSL265.1º68.06%28.24%-
HSV(B)265.1º80.99%47.45%-
XYZ5.873.0818.37-
YUV46.43170.08140.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 121 (47.66% from 255) = 58.17%
R=30.77%
G=11.06%
B=58.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64231210.470.8100.53265.168.0628.24
Hex4017792F51035109441c
Octal100271715712106541110434
Binary100000010111111100110111110100010110101100001001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401779; }

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

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

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

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

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

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

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

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