#401199

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

Shades of Persian Indigo #401199

Tints of Persian Indigo #401199

Color information

#401199 (or 0x401199) is unknown color: approx Persian Indigo. HEX triplet: 40, 11 and 99. RGB value is (64,17,153). Sum of RGB (Red+Green+Blue) = 64+17+153=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #401199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401199 is #BFEE66. Grayscale: #2E2E2E. Windows color (decimal): -12578407 or 10031424. OLE color: 10031424.

HSL color Cylindrical-coordinate representation of color #401199: hue angle of 260.74º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401199 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6417153-
CMYK0.580.8900.4
HSL260.74º80%33.33%-
HSV(B)260.74º88.89%60%-
XYZ8.063.7930.44-
YUV46.56188.07140.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 17 (7.03% from 255) = 7.26%
BLUE value IS 153 (60.16% from 255) = 65.38%
R=27.35%
G=7.26%
B=65.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64171530.580.8900.4260.748033.33
Hex4011993A590281055021
Octal100212317213105040512041
Binary10000001000110011001111010101100101010001000001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401199; }

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

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

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

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

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

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

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

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