#4011A0

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

Shades of Persian Indigo #4011A0

Tints of Persian Indigo #4011A0

Color information

#4011A0 (or 0x4011A0) is unknown color: approx Persian Indigo. HEX triplet: 40, 11 and A0. RGB value is (64,17,160). Sum of RGB (Red+Green+Blue) = 64+17+160=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #4011A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4011A0 is #BFEE5F. Grayscale: #2E2E2E. Windows color (decimal): -12578400 or 10490176. OLE color: 10490176.

HSL color Cylindrical-coordinate representation of color #4011A0: hue angle of 259.72º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4011A0 is Cyan = 0.6, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6417160-
CMYK0.60.8900.37
HSL259.72º80.79%34.71%-
HSV(B)259.72º89.38%62.75%-
XYZ8.664.0333.58-
YUV47.36191.57139.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 17 (7.03% from 255) = 7.05%
BLUE value IS 160 (62.89% from 255) = 66.39%
R=26.56%
G=7.05%
B=66.39%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal64171600.60.8900.37259.7280.7934.71
Hex4011A03C590251045123
Octal100212407413104540412143
Binary10000001000110100000111100101100101001011000001001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4011A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4011A0; }

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

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

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

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

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

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

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

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