#401671

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

Shades of Persian Indigo #401671

Tints of Persian Indigo #401671

Color information

#401671 (or 0x401671) is unknown color: approx Persian Indigo. HEX triplet: 40, 16 and 71. RGB value is (64,22,113). Sum of RGB (Red+Green+Blue) = 64+22+113=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #401671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401671 is #BFE98E. Grayscale: #2C2C2C. Windows color (decimal): -12577167 or 7411264. OLE color: 7411264.

HSL color Cylindrical-coordinate representation of color #401671: hue angle of 267.69º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401671 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6422113-
CMYK0.430.8100.56
HSL267.69º67.41%26.47%-
HSV(B)267.69º80.53%44.31%-
XYZ5.382.8615.89-
YUV44.93166.41141.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 113 (44.53% from 255) = 56.78%
R=32.16%
G=11.06%
B=56.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64221130.430.8100.56267.6967.4126.47
Hex4016712B5103810c431a
Octal100261615312107041410332
Binary100000010110111000110101110100010111000100001100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401671; }

 p { color: rgb(64,22,113); }

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

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

 a { background-color: rgb(64,22,113); }

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

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

 span { border-color: rgb(64,22,113); }

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