#460982

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

Shades of Indigo #460982

Tints of Indigo #460982

Color information

#460982 (or 0x460982) is unknown color: approx Indigo. HEX triplet: 46, 09 and 82. RGB value is (70,9,130). Sum of RGB (Red+Green+Blue) = 70+9+130=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #460982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460982 is #B9F67D. Grayscale: #282828. Windows color (decimal): -12187262 or 8522054. OLE color: 8522054.

HSL color Cylindrical-coordinate representation of color #460982: hue angle of 270.25º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460982 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB709130-
CMYK0.460.9300.49
HSL270.25º87.05%27.25%-
HSV(B)270.25º93.08%50.98%-
XYZ6.653.1121.37-
YUV41.03178.21148.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 130 (51.17% from 255) = 62.20%
R=33.49%
G=4.31%
B=62.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7091300.460.9300.49270.2587.0527.25
Hex469822E5D03110e571b
Octal106112025613506141612733
Binary100011010011000001010111010111010110001100001110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460982; }

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

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

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

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

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

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

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

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