#460CA9

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

Shades of Indigo #460CA9

Tints of Indigo #460CA9

Color information

#460CA9 (or 0x460CA9) is unknown color: approx Indigo. HEX triplet: 46, 0C and A9. RGB value is (70,12,169). Sum of RGB (Red+Green+Blue) = 70+12+169=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 169 (66.41% from 255 or 67.33% from 251); Max value from RGB is 169 - color contains mainly: blue. Hex color #460CA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460CA9 is #B9F356. Grayscale: #2E2E2E. Windows color (decimal): -12186455 or 11078726. OLE color: 11078726.

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

Color convert

RGB7012169-
CMYK0.590.9300.34
HSL262.17º86.74%35.49%-
HSV(B)262.17º92.9%66.27%-
XYZ9.824.4337.87-
YUV47.24196.72144.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 12 (5.08% from 255) = 4.78%
BLUE value IS 169 (66.41% from 255) = 67.33%
R=27.89%
G=4.78%
B=67.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal70121690.590.9300.34262.1786.7435.49
Hex46CA93B5D0221065723
Octal106142517313504240612743
Binary1000110110010101001111011101110101000101000001101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,12,169); }

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

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

 a { background-color: rgb(70,12,169); }

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

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

 span { border-color: rgb(70,12,169); }

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