#460780

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

Shades of Indigo #460780

Tints of Indigo #460780

Color information

#460780 (or 0x460780) is unknown color: approx Indigo. HEX triplet: 46, 07 and 80. RGB value is (70,7,128). Sum of RGB (Red+Green+Blue) = 70+7+128=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #460780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460780 is #B9F87F. Grayscale: #272727. Windows color (decimal): -12187776 or 8390470. OLE color: 8390470.

HSL color Cylindrical-coordinate representation of color #460780: hue angle of 271.24º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460780 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB707128-
CMYK0.450.9500.50
HSL271.24º89.63%26.47%-
HSV(B)271.24º94.53%50.2%-
XYZ6.53.0120.66-
YUV39.63177.87149.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 7 (3.12% from 255) = 3.41%
BLUE value IS 128 (50.39% from 255) = 62.44%
R=34.15%
G=3.41%
B=62.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7071280.450.9500.50271.2489.6326.47
Hex467802D5F03210f5a1a
Octal10672005513706241713232
Binary10001101111000000010110110111110110010100001111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460780; }

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

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

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

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

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

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

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

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