#401178

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

Shades of Persian Indigo #401178

Tints of Persian Indigo #401178

Color information

#401178 (or 0x401178) is unknown color: approx Persian Indigo. HEX triplet: 40, 11 and 78. RGB value is (64,17,120). Sum of RGB (Red+Green+Blue) = 64+17+120=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #401178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401178 is #BFEE87. Grayscale: #2A2A2A. Windows color (decimal): -12578440 or 7868736. OLE color: 7868736.

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

Color convert

RGB6417120-
CMYK0.470.8600.53
HSL267.38º75.18%26.86%-
HSV(B)267.38º85.83%47.06%-
XYZ5.72.8518.02-
YUV42.8171.57143.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 17 (7.03% from 255) = 8.46%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=31.84%
G=8.46%
B=59.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64171200.470.8600.53267.3875.1826.86
Hex4011782F5603510b4b1b
Octal100211705712606541311333
Binary100000010001111100010111110101100110101100001011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401178; }

 p { color: rgb(64,17,120); }

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

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

 a { background-color: rgb(64,17,120); }

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

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

 span { border-color: rgb(64,17,120); }

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