#401081

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

Shades of Persian Indigo #401081

Tints of Persian Indigo #401081

Color information

#401081 (or 0x401081) is unknown color: approx Persian Indigo. HEX triplet: 40, 10 and 81. RGB value is (64,16,129). Sum of RGB (Red+Green+Blue) = 64+16+129=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 129 (50.78% from 255 or 61.72% from 209); Max value from RGB is 129 - color contains mainly: blue. Hex color #401081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401081 is #BFEF7E. Grayscale: #2A2A2A. Windows color (decimal): -12578687 or 8458304. OLE color: 8458304.

HSL color Cylindrical-coordinate representation of color #401081: hue angle of 265.49º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401081 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6416129-
CMYK0.500.8800.49
HSL265.49º77.93%28.43%-
HSV(B)265.49º87.6%50.59%-
XYZ6.263.0521.03-
YUV43.23176.4142.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 129 (50.78% from 255) = 61.72%
R=30.62%
G=7.66%
B=61.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64161290.500.8800.49265.4977.9328.43
Hex40108132580311094e1c
Octal100202016213006141111634
Binary1000000100001000000111001010110000110001100001001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401081; }

 p { color: rgb(64,16,129); }

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

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

 a { background-color: rgb(64,16,129); }

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

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

 span { border-color: rgb(64,16,129); }

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