#460BA2

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

Shades of Indigo #460BA2

Tints of Indigo #460BA2

Color information

#460BA2 (or 0x460BA2) is unknown color: approx Indigo. HEX triplet: 46, 0B and A2. RGB value is (70,11,162). Sum of RGB (Red+Green+Blue) = 70+11+162=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 162 (63.67% from 255 or 66.67% from 243); Max value from RGB is 162 - color contains mainly: blue. Hex color #460BA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460BA2 is #B9F45D. Grayscale: #2D2D2D. Windows color (decimal): -12186718 or 10619718. OLE color: 10619718.

HSL color Cylindrical-coordinate representation of color #460BA2: hue angle of 263.44º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460BA2 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7011162-
CMYK0.570.9300.36
HSL263.44º87.28%33.92%-
HSV(B)263.44º93.21%63.53%-
XYZ9.174.1534.5-
YUV45.86193.55145.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 11 (4.69% from 255) = 4.53%
BLUE value IS 162 (63.67% from 255) = 66.67%
R=28.81%
G=4.53%
B=66.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70111620.570.9300.36263.4487.2833.92
Hex46BA2395D0241075722
Octal106132427113504440712742
Binary1000110101110100010111001101110101001001000001111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,11,162); }

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

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

 a { background-color: rgb(70,11,162); }

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

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

 span { border-color: rgb(70,11,162); }

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