#460AA0

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

Shades of Indigo #460AA0

Tints of Indigo #460AA0

Color information

#460AA0 (or 0x460AA0) is unknown color: approx Indigo. HEX triplet: 46, 0A and A0. RGB value is (70,10,160). Sum of RGB (Red+Green+Blue) = 70+10+160=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 160 (62.89% from 255 or 66.67% from 240); Max value from RGB is 160 - color contains mainly: blue. Hex color #460AA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460AA0 is #B9F55F. Grayscale: #2C2C2C. Windows color (decimal): -12186976 or 10488390. OLE color: 10488390.

HSL color Cylindrical-coordinate representation of color #460AA0: hue angle of 264º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460AA0 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7010160-
CMYK0.560.9400.37
HSL264º88.24%33.33%-
HSV(B)264º93.75%62.75%-
XYZ8.984.0633.57-
YUV45.04192.88145.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 10 (4.30% from 255) = 4.17%
BLUE value IS 160 (62.89% from 255) = 66.67%
R=29.17%
G=4.17%
B=66.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal70101600.560.9400.3726488.2433.33
Hex46AA0385E0251085821
Octal106122407013604541013041
Binary1000110101010100000111000101111001001011000010001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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