#411188

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

Shades of Persian Indigo #411188

Tints of Persian Indigo #411188

Color information

#411188 (or 0x411188) is unknown color: approx Persian Indigo. HEX triplet: 41, 11 and 88. RGB value is (65,17,136). Sum of RGB (Red+Green+Blue) = 65+17+136=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 136 (53.52% from 255 or 62.39% from 218); Max value from RGB is 136 - color contains mainly: blue. Hex color #411188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411188 is #BEEE77. Grayscale: #2C2C2C. Windows color (decimal): -12512888 or 8917313. OLE color: 8917313.

HSL color Cylindrical-coordinate representation of color #411188: hue angle of 264.2º 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 #411188 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6517136-
CMYK0.520.8700.47
HSL264.2º77.78%30%-
HSV(B)264.2º87.5%53.33%-
XYZ6.823.323.57-
YUV44.92179.4142.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.82%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 136 (53.52% from 255) = 62.39%
R=29.82%
G=7.80%
B=62.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65171360.520.8700.47264.277.7830
Hex411188345702F1084e1e
Octal101212106412705741011636
Binary1000001100011000100011010010101110101111100001000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411188; }

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

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

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

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

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

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

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

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