#460D75

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

Shades of Indigo #460D75

Tints of Indigo #460D75

Color information

#460D75 (or 0x460D75) is unknown color: approx Indigo. HEX triplet: 46, 0D and 75. RGB value is (70,13,117). Sum of RGB (Red+Green+Blue) = 70+13+117=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #460D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D75 is #B9F28A. Grayscale: #292929. Windows color (decimal): -12186251 or 7671110. OLE color: 7671110.

HSL color Cylindrical-coordinate representation of color #460D75: hue angle of 272.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460D75 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7013117-
CMYK0.400.8900.54
HSL272.88º80%25.49%-
HSV(B)272.88º88.89%45.88%-
XYZ5.882.8717.07-
YUV41.9170.38148.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 13 (5.47% from 255) = 6.5%
BLUE value IS 117 (46.09% from 255) = 58.5%
R=35%
G=6.5%
B=58.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70131170.400.8900.54272.888025.49
Hex46D7528590361115019
Octal106151655013106642112031
Binary10001101101111010110100010110010110110100010001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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