#460985

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

Shades of Indigo #460985

Tints of Indigo #460985

Color information

#460985 (or 0x460985) is unknown color: approx Indigo. HEX triplet: 46, 09 and 85. RGB value is (70,9,133). Sum of RGB (Red+Green+Blue) = 70+9+133=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #460985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460985 is #B9F67A. Grayscale: #282828. Windows color (decimal): -12187259 or 8718662. OLE color: 8718662.

HSL color Cylindrical-coordinate representation of color #460985: hue angle of 269.52º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460985 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB709133-
CMYK0.470.9300.48
HSL269.52º87.32%27.84%-
HSV(B)269.52º93.23%52.16%-
XYZ6.863.1922.44-
YUV41.38179.71148.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 133 (52.34% from 255) = 62.74%
R=33.02%
G=4.25%
B=62.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7091330.470.9300.48269.5287.3227.84
Hex469852F5D03010e571c
Octal106112055713506041612734
Binary100011010011000010110111110111010110000100001110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460985; }

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

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

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

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

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

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

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

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