#411882

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

Shades of Persian Indigo #411882

Tints of Persian Indigo #411882

Color information

#411882 (or 0x411882) is unknown color: approx Persian Indigo. HEX triplet: 41, 18 and 82. RGB value is (65,24,130). Sum of RGB (Red+Green+Blue) = 65+24+130=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #411882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411882 is #BEE77D. Grayscale: #2F2F2F. Windows color (decimal): -12511102 or 8525889. OLE color: 8525889.

HSL color Cylindrical-coordinate representation of color #411882: hue angle of 263.21º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #411882 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6524130-
CMYK0.500.8200.49
HSL263.21º68.83%30.2%-
HSV(B)263.21º81.54%50.98%-
XYZ6.543.3921.43-
YUV48.34174.08139.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 130 (51.17% from 255) = 59.36%
R=29.68%
G=10.96%
B=59.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65241300.500.8200.49263.2168.8330.2
Hex4118823252031107451e
Octal101302026212206140710536
Binary1000001110001000001011001010100100110001100000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411882; }

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

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

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

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

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

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

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

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