#460D78

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

Shades of Indigo #460D78

Tints of Indigo #460D78

Color information

#460D78 (or 0x460D78) is unknown color: approx Indigo. HEX triplet: 46, 0D and 78. RGB value is (70,13,120). Sum of RGB (Red+Green+Blue) = 70+13+120=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #460D78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D78 is #B9F287. Grayscale: #292929. Windows color (decimal): -12186248 or 7867718. OLE color: 7867718.

HSL color Cylindrical-coordinate representation of color #460D78: hue angle of 271.96º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460D78 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7013120-
CMYK0.420.8900.53
HSL271.96º80.45%26.08%-
HSV(B)271.96º89.17%47.06%-
XYZ6.062.9518.02-
YUV42.24171.88147.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 120 (47.27% from 255) = 59.11%
R=34.48%
G=6.40%
B=59.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70131200.420.8900.53271.9680.4526.08
Hex46D782A59035110501a
Octal106151705213106542012032
Binary10001101101111100010101010110010110101100010000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460D78; }

 p { color: rgb(70,13,120); }

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

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

 a { background-color: rgb(70,13,120); }

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

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

 span { border-color: rgb(70,13,120); }

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