#411289

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

Shades of Persian Indigo #411289

Tints of Persian Indigo #411289

Color information

#411289 (or 0x411289) is unknown color: approx Persian Indigo. HEX triplet: 41, 12 and 89. RGB value is (65,18,137). Sum of RGB (Red+Green+Blue) = 65+18+137=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #411289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411289 is #BEED76. Grayscale: #2D2D2D. Windows color (decimal): -12512631 or 8983105. OLE color: 8983105.

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

Color convert

RGB6518137-
CMYK0.530.8700.46
HSL263.7º76.77%30.39%-
HSV(B)263.7º86.86%53.73%-
XYZ6.913.3623.95-
YUV45.62179.57141.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 137 (53.91% from 255) = 62.27%
R=29.55%
G=8.18%
B=62.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65181370.530.8700.46263.776.7730.39
Hex411289355702E1084d1e
Octal101222116512705641011536
Binary1000001100101000100111010110101110101110100001000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411289; }

 p { color: rgb(65,18,137); }

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

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

 a { background-color: rgb(65,18,137); }

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

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

 span { border-color: rgb(65,18,137); }

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