#410AAE

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

Shades of Indigo #410AAE

Tints of Indigo #410AAE

Color information

#410AAE (or 0x410AAE) is unknown color: approx Indigo. HEX triplet: 41, 0A and AE. RGB value is (65,10,174). Sum of RGB (Red+Green+Blue) = 65+10+174=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #410AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410AAE is #BEF551. Grayscale: #2C2C2C. Windows color (decimal): -12514642 or 11405889. OLE color: 11405889.

HSL color Cylindrical-coordinate representation of color #410AAE: hue angle of 260.12º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410AAE is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6510174-
CMYK0.630.9400.32
HSL260.12º89.13%36.08%-
HSV(B)260.12º94.25%68.24%-
XYZ9.934.440.37-
YUV45.14200.72142.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 10 (4.30% from 255) = 4.02%
BLUE value IS 174 (68.36% from 255) = 69.88%
R=26.10%
G=4.02%
B=69.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65101740.630.9400.32260.1289.1336.08
Hex41AAE3F5E0201045924
Octal101122567713604040413144
Binary1000001101010101110111111101111001000001000001001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410AAE; }

 p { color: rgb(65,10,174); }

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

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

 a { background-color: rgb(65,10,174); }

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

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

 span { border-color: rgb(65,10,174); }

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