#410CA8

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

Shades of Indigo #410CA8

Tints of Indigo #410CA8

Color information

#410CA8 (or 0x410CA8) is unknown color: approx Indigo. HEX triplet: 41, 0C and A8. RGB value is (65,12,168). Sum of RGB (Red+Green+Blue) = 65+12+168=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 168 (66.02% from 255 or 68.57% from 245); Max value from RGB is 168 - color contains mainly: blue. Hex color #410CA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410CA8 is #BEF357. Grayscale: #2D2D2D. Windows color (decimal): -12514136 or 11013185. OLE color: 11013185.

HSL color Cylindrical-coordinate representation of color #410CA8: hue angle of 260.38º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410CA8 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6512168-
CMYK0.610.9300.34
HSL260.38º86.67%35.29%-
HSV(B)260.38º92.86%65.88%-
XYZ9.384.2137.36-
YUV45.63197.06141.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 12 (5.08% from 255) = 4.90%
BLUE value IS 168 (66.02% from 255) = 68.57%
R=26.53%
G=4.90%
B=68.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal65121680.610.9300.34260.3886.6735.29
Hex41CA83D5D0221045723
Octal101142507513504240412743
Binary1000001110010101000111101101110101000101000001001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,12,168); }

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

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

 a { background-color: rgb(65,12,168); }

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

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

 span { border-color: rgb(65,12,168); }

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