#410EAB

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

Shades of Indigo #410EAB

Tints of Indigo #410EAB

Color information

#410EAB (or 0x410EAB) is unknown color: approx Indigo. HEX triplet: 41, 0E and AB. RGB value is (65,14,171). Sum of RGB (Red+Green+Blue) = 65+14+171=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #410EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410EAB is #BEF154. Grayscale: #2E2E2E. Windows color (decimal): -12513621 or 11210305. OLE color: 11210305.

HSL color Cylindrical-coordinate representation of color #410EAB: hue angle of 259.49º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410EAB is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6514171-
CMYK0.620.9200.33
HSL259.49º84.86%36.27%-
HSV(B)259.49º91.81%67.06%-
XYZ9.694.3838.86-
YUV47.15197.9140.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 14 (5.86% from 255) = 5.6%
BLUE value IS 171 (67.19% from 255) = 68.4%
R=26%
G=5.6%
B=68.4%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65141710.620.9200.33259.4984.8636.27
Hex41EAB3E5C0211035524
Octal101162537613404140312544
Binary1000001111010101011111110101110001000011000000111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,14,171); }

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

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

 a { background-color: rgb(65,14,171); }

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

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

 span { border-color: rgb(65,14,171); }

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