#460D95

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

Shades of Indigo #460D95

Tints of Indigo #460D95

Color information

#460D95 (or 0x460D95) is unknown color: approx Indigo. HEX triplet: 46, 0D and 95. RGB value is (70,13,149). Sum of RGB (Red+Green+Blue) = 70+13+149=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #460D95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460D95 is #B9F26A. Grayscale: #2D2D2D. Windows color (decimal): -12186219 or 9768262. OLE color: 9768262.

HSL color Cylindrical-coordinate representation of color #460D95: hue angle of 265.15º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460D95 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7013149-
CMYK0.530.9100.42
HSL265.15º83.95%31.76%-
HSV(B)265.15º91.28%58.43%-
XYZ8.093.7628.73-
YUV45.55186.38145.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 149 (58.59% from 255) = 64.22%
R=30.17%
G=5.60%
B=64.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70131490.530.9100.42265.1583.9531.76
Hex46D95355B02A1095420
Octal106152256513305241112440
Binary1000110110110010101110101101101101010101000010011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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