#460A89

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

Shades of Indigo #460A89

Tints of Indigo #460A89

Color information

#460A89 (or 0x460A89) is unknown color: approx Indigo. HEX triplet: 46, 0A and 89. RGB value is (70,10,137). Sum of RGB (Red+Green+Blue) = 70+10+137=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #460A89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460A89 is #B9F576. Grayscale: #292929. Windows color (decimal): -12186999 or 8981062. OLE color: 8981062.

HSL color Cylindrical-coordinate representation of color #460A89: hue angle of 268.35º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460A89 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7010137-
CMYK0.490.9300.46
HSL268.35º86.39%28.82%-
HSV(B)268.35º92.7%53.73%-
XYZ7.153.3323.93-
YUV42.42181.38147.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 10 (4.30% from 255) = 4.61%
BLUE value IS 137 (53.91% from 255) = 63.13%
R=32.26%
G=4.61%
B=63.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70101370.490.9300.46268.3586.3928.82
Hex46A89315D02E10c561d
Octal106122116113505641412635
Binary100011010101000100111000110111010101110100001100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460A89; }

 p { color: rgb(70,10,137); }

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

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

 a { background-color: rgb(70,10,137); }

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

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

 span { border-color: rgb(70,10,137); }

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