#460782

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

Shades of Indigo #460782

Tints of Indigo #460782

Color information

#460782 (or 0x460782) is unknown color: approx Indigo. HEX triplet: 46, 07 and 82. RGB value is (70,7,130). Sum of RGB (Red+Green+Blue) = 70+7+130=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #460782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460782 is #B9F87D. Grayscale: #272727. Windows color (decimal): -12187774 or 8521542. OLE color: 8521542.

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

Color convert

RGB707130-
CMYK0.460.9500.49
HSL270.73º89.78%26.86%-
HSV(B)270.73º94.62%50.98%-
XYZ6.633.0721.36-
YUV39.86178.87149.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 130 (51.17% from 255) = 62.80%
R=33.82%
G=3.38%
B=62.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7071300.460.9500.49270.7389.7826.86
Hex467822E5F03110f5a1b
Octal10672025613706141713233
Binary10001101111000001010111010111110110001100001111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460782; }

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

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

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

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

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

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

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

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