#410E8C

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

Shades of Indigo #410E8C

Tints of Indigo #410E8C

Color information

#410E8C (or 0x410E8C) is unknown color: approx Indigo. HEX triplet: 41, 0E and 8C. RGB value is (65,14,140). Sum of RGB (Red+Green+Blue) = 65+14+140=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #410E8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410E8C is #BEF173. Grayscale: #2B2B2B. Windows color (decimal): -12513652 or 9178689. OLE color: 9178689.

HSL color Cylindrical-coordinate representation of color #410E8C: hue angle of 264.29º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #410E8C is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6514140-
CMYK0.540.9000.45
HSL264.29º81.82%30.2%-
HSV(B)264.29º90%54.9%-
XYZ7.073.3325.08-
YUV43.61182.4143.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 140 (55.08% from 255) = 63.93%
R=29.68%
G=6.39%
B=63.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65141400.540.9000.45264.2981.8230.2
Hex41E8C365A02D108521e
Octal101162146613205541012236
Binary100000111101000110011011010110100101101100001000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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