#460960

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

Shades of Indigo #460960

Tints of Indigo #460960

Color information

#460960 (or 0x460960) is unknown color: approx Indigo. HEX triplet: 46, 09 and 60. RGB value is (70,9,96). Sum of RGB (Red+Green+Blue) = 70+9+96=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #460960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460960 is #B9F69F. Grayscale: #242424. Windows color (decimal): -12187296 or 6293830. OLE color: 6293830.

HSL color Cylindrical-coordinate representation of color #460960: hue angle of 282.07º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460960 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB70996-
CMYK0.270.9100.62
HSL282.07º82.86%20.59%-
HSV(B)282.07º90.62%37.65%-
XYZ4.732.3411.27-
YUV37.16161.21151.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 96 (37.89% from 255) = 54.86%
R=40%
G=5.14%
B=54.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal709960.270.9100.62282.0782.8620.59
Hex469601B5B03E11a5315
Octal106111403313307643212325
Binary1000110100111000001101110110110111110100011010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460960; }

 p { color: rgb(70,9,96); }

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

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

 a { background-color: rgb(70,9,96); }

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

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

 span { border-color: rgb(70,9,96); }

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