#410E84

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

Shades of Indigo #410E84

Tints of Indigo #410E84

Color information

#410E84 (or 0x410E84) is unknown color: approx Indigo. HEX triplet: 41, 0E and 84. RGB value is (65,14,132). Sum of RGB (Red+Green+Blue) = 65+14+132=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #410E84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410E84 is #BEF17B. Grayscale: #2A2A2A. Windows color (decimal): -12513660 or 8654401. OLE color: 8654401.

HSL color Cylindrical-coordinate representation of color #410E84: hue angle of 265.93º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410E84 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6514132-
CMYK0.510.8900.48
HSL265.93º80.82%28.63%-
HSV(B)265.93º89.39%51.76%-
XYZ6.53.122.09-
YUV42.7178.4143.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 14 (5.86% from 255) = 6.64%
BLUE value IS 132 (51.95% from 255) = 62.56%
R=30.81%
G=6.64%
B=62.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65141320.510.8900.48265.9380.8228.63
Hex41E84335903010a511d
Octal101162046313106041212135
Binary100000111101000010011001110110010110000100001010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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