#411899

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

Shades of Persian Indigo #411899

Tints of Persian Indigo #411899

Color information

#411899 (or 0x411899) is unknown color: approx Persian Indigo. HEX triplet: 41, 18 and 99. RGB value is (65,24,153). Sum of RGB (Red+Green+Blue) = 65+24+153=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #411899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411899 is #BEE766. Grayscale: #323232. Windows color (decimal): -12511079 or 10033217. OLE color: 10033217.

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

Color convert

RGB6524153-
CMYK0.580.8400.4
HSL259.07º72.88%34.71%-
HSV(B)259.07º84.31%60%-
XYZ8.264.0830.49-
YUV50.96185.58138.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 24 (9.77% from 255) = 9.92%
BLUE value IS 153 (60.16% from 255) = 63.22%
R=26.86%
G=9.92%
B=63.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65241530.580.8400.4259.0772.8834.71
Hex4118993A540281034923
Octal101302317212405040311143
Binary10000011100010011001111010101010001010001000000111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411899; }

 p { color: rgb(65,24,153); }

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

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

 a { background-color: rgb(65,24,153); }

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

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

 span { border-color: rgb(65,24,153); }

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