#401188

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

Shades of Persian Indigo #401188

Tints of Persian Indigo #401188

Color information

#401188 (or 0x401188) is unknown color: approx Persian Indigo. HEX triplet: 40, 11 and 88. RGB value is (64,17,136). Sum of RGB (Red+Green+Blue) = 64+17+136=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #401188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401188 is #BFEE77. Grayscale: #2C2C2C. Windows color (decimal): -12578424 or 8917312. OLE color: 8917312.

HSL color Cylindrical-coordinate representation of color #401188: hue angle of 263.7º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401188 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6417136-
CMYK0.530.8700.47
HSL263.7º77.78%30%-
HSV(B)263.7º87.5%53.33%-
XYZ6.763.2723.57-
YUV44.62179.57141.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 17 (7.03% from 255) = 7.83%
BLUE value IS 136 (53.52% from 255) = 62.67%
R=29.49%
G=7.83%
B=62.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64171360.530.8700.47263.777.7830
Hex401188355702F1084e1e
Octal100212106512705741011636
Binary1000000100011000100011010110101110101111100001000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401188; }

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

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

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

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

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

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

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

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