#460999

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

Shades of Indigo #460999

Tints of Indigo #460999

Color information

#460999 (or 0x460999) is unknown color: approx Indigo. HEX triplet: 46, 09 and 99. RGB value is (70,9,153). Sum of RGB (Red+Green+Blue) = 70+9+153=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #460999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460999 is #B9F666. Grayscale: #2B2B2B. Windows color (decimal): -12187239 or 10029382. OLE color: 10029382.

HSL color Cylindrical-coordinate representation of color #460999: hue angle of 265.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460999 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB709153-
CMYK0.540.9400.4
HSL265.42º88.89%31.76%-
HSV(B)265.42º94.12%60%-
XYZ8.373.830.43-
YUV43.66189.71146.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 9 (3.91% from 255) = 3.88%
BLUE value IS 153 (60.16% from 255) = 65.95%
R=30.17%
G=3.88%
B=65.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal7091530.540.9400.4265.4288.8931.76
Hex46999365E0281095920
Octal106112316613605041113140
Binary1000110100110011001110110101111001010001000010011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460999; }

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

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

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

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

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

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

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

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