#460170

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

Shades of Indigo #460170

Tints of Indigo #460170

Color information

#460170 (or 0x460170) is unknown color: approx Indigo. HEX triplet: 46, 01 and 70. RGB value is (70,1,112). Sum of RGB (Red+Green+Blue) = 70+1+112=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #460170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460170 is #B9FE8F. Grayscale: #212121. Windows color (decimal): -12189328 or 7340358. OLE color: 7340358.

HSL color Cylindrical-coordinate representation of color #460170: hue angle of 277.3º 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 #460170 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB701112-
CMYK0.380.9900.56
HSL277.3º98.23%22.16%-
HSV(B)277.3º99.11%43.92%-
XYZ5.462.4915.52-
YUV34.28171.86153.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 112 (44.14% from 255) = 61.20%
R=38.25%
G=0.55%
B=61.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7011120.380.9900.56277.398.2322.16
Hex4617026630381156216
Octal10611604614307042514226
Binary10001101111000010011011000110111000100010101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460170; }

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

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

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

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

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

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

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

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