#4110A8

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

Shades of Indigo #4110A8

Tints of Indigo #4110A8

Color information

#4110A8 (or 0x4110A8) is unknown color: approx Indigo. HEX triplet: 41, 10 and A8. RGB value is (65,16,168). Sum of RGB (Red+Green+Blue) = 65+16+168=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 168 (66.02% from 255 or 67.47% from 249); Max value from RGB is 168 - color contains mainly: blue. Hex color #4110A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4110A8 is #BEEF57. Grayscale: #2F2F2F. Windows color (decimal): -12513112 or 11014209. OLE color: 11014209.

HSL color Cylindrical-coordinate representation of color #4110A8: hue angle of 259.34º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4110A8 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6516168-
CMYK0.610.9000.34
HSL259.34º82.61%36.08%-
HSV(B)259.34º90.48%65.88%-
XYZ9.434.3237.38-
YUV47.98195.73140.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 16 (6.64% from 255) = 6.43%
BLUE value IS 168 (66.02% from 255) = 67.47%
R=26.10%
G=6.43%
B=67.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal65161680.610.9000.34259.3482.6136.08
Hex4110A83D5A0221035324
Octal101202507513204240312344
Binary10000011000010101000111101101101001000101000000111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4110A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4110A8; }

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

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

<style>
 a { background-color: #4110A8; }

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

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

<style>
 span { border-color: #4110A8; }

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

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