#410160

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

Shades of Indigo #410160

Tints of Indigo #410160

Color information

#410160 (or 0x410160) is unknown color: approx Indigo. HEX triplet: 41, 01 and 60. RGB value is (65,1,96). Sum of RGB (Red+Green+Blue) = 65+1+96=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #410160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410160 is #BEFE9F. Grayscale: #1E1E1E. Windows color (decimal): -12517024 or 6291777. OLE color: 6291777.

HSL color Cylindrical-coordinate representation of color #410160: hue angle of 280.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410160 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB65196-
CMYK0.320.9900.62
HSL280.42º97.94%19.02%-
HSV(B)280.42º98.96%37.65%-
XYZ4.31.9911.22-
YUV30.97164.7152.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 96 (37.89% from 255) = 59.26%
R=40.12%
G=0.62%
B=59.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal651960.320.9900.62280.4297.9419.02
Hex41160206303E1186213
Octal10111404014307643014223
Binary10000011110000010000011000110111110100011000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410160; }

 p { color: rgb(65,1,96); }

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

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

 a { background-color: rgb(65,1,96); }

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

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

 span { border-color: rgb(65,1,96); }

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