#410E85

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

Shades of Indigo #410E85

Tints of Indigo #410E85

Color information

#410E85 (or 0x410E85) is unknown color: approx Indigo. HEX triplet: 41, 0E and 85. RGB value is (65,14,133). Sum of RGB (Red+Green+Blue) = 65+14+133=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #410E85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410E85 is #BEF17A. Grayscale: #2A2A2A. Windows color (decimal): -12513659 or 8719937. OLE color: 8719937.

HSL color Cylindrical-coordinate representation of color #410E85: hue angle of 265.71º 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 #410E85 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6514133-
CMYK0.510.8900.48
HSL265.71º80.95%28.82%-
HSV(B)265.71º89.47%52.16%-
XYZ6.573.1322.45-
YUV42.82178.9143.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 14 (5.86% from 255) = 6.60%
BLUE value IS 133 (52.34% from 255) = 62.74%
R=30.66%
G=6.60%
B=62.74%

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
Decimal65141330.510.8900.48265.7180.9528.82
Hex41E85335903010a511d
Octal101162056313106041212135
Binary100000111101000010111001110110010110000100001010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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