#460D6A

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

Shades of Indigo #460D6A

Tints of Indigo #460D6A

Color information

#460D6A (or 0x460D6A) is unknown color: approx Indigo. HEX triplet: 46, 0D and 6A. RGB value is (70,13,106). Sum of RGB (Red+Green+Blue) = 70+13+106=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 106 (41.80% from 255 or 56.08% from 189); Max value from RGB is 106 - color contains mainly: blue. Hex color #460D6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D6A is #B9F295. Grayscale: #282828. Windows color (decimal): -12186262 or 6950214. OLE color: 6950214.

HSL color Cylindrical-coordinate representation of color #460D6A: hue angle of 276.77º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460D6A is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7013106-
CMYK0.340.8800.58
HSL276.77º78.15%23.33%-
HSV(B)276.77º87.74%41.57%-
XYZ5.272.6313.87-
YUV40.64164.88148.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 13 (5.47% from 255) = 6.88%
BLUE value IS 106 (41.80% from 255) = 56.08%
R=37.04%
G=6.88%
B=56.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70131060.340.8800.58276.7778.1523.33
Hex46D6A225803A1154e17
Octal106151524213007242511627
Binary10001101101110101010001010110000111010100010101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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