#410560

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

Shades of Indigo #410560

Tints of Indigo #410560

Color information

#410560 (or 0x410560) is unknown color: approx Indigo. HEX triplet: 41, 05 and 60. RGB value is (65,5,96). Sum of RGB (Red+Green+Blue) = 65+5+96=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #410560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410560 is #BEFA9F. Grayscale: #212121. Windows color (decimal): -12516000 or 6292801. OLE color: 6292801.

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

Color convert

RGB65596-
CMYK0.320.9500.62
HSL279.56º90.1%19.8%-
HSV(B)279.56º94.79%37.65%-
XYZ4.352.0811.24-
YUV33.31163.38150.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=39.16%
G=3.01%
B=57.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal655960.320.9500.62279.5690.119.8
Hex41560205F03E1185a14
Octal10151404013707643013224
Binary1000001101110000010000010111110111110100011000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410560; }

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

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

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

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

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

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

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

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