#410170

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

Shades of Indigo #410170

Tints of Indigo #410170

Color information

#410170 (or 0x410170) is unknown color: approx Indigo. HEX triplet: 41, 01 and 70. RGB value is (65,1,112). Sum of RGB (Red+Green+Blue) = 65+1+112=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #410170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410170 is #BEFE8F. Grayscale: #202020. Windows color (decimal): -12517008 or 7340353. OLE color: 7340353.

HSL color Cylindrical-coordinate representation of color #410170: hue angle of 274.59º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410170 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB651112-
CMYK0.420.9900.56
HSL274.59º98.23%22.16%-
HSV(B)274.59º99.11%43.92%-
XYZ5.122.3215.51-
YUV32.79172.7150.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 112 (44.14% from 255) = 62.92%
R=36.52%
G=0.56%
B=62.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6511120.420.9900.56274.5998.2322.16
Hex411702A630381136216
Octal10111605214307042314226
Binary10000011111000010101011000110111000100010011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410170; }

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

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

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

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

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

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

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

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