#460971

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

Shades of Indigo #460971

Tints of Indigo #460971

Color information

#460971 (or 0x460971) is unknown color: approx Indigo. HEX triplet: 46, 09 and 71. RGB value is (70,9,113). Sum of RGB (Red+Green+Blue) = 70+9+113=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #460971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460971 is #B9F68E. Grayscale: #262626. Windows color (decimal): -12187279 or 7407942. OLE color: 7407942.

HSL color Cylindrical-coordinate representation of color #460971: hue angle of 275.19º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460971 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB709113-
CMYK0.380.9200.56
HSL275.19º85.25%23.92%-
HSV(B)275.19º92.04%44.31%-
XYZ5.62.6915.85-
YUV39.1169.71150.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 113 (44.53% from 255) = 58.85%
R=36.46%
G=4.69%
B=58.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7091130.380.9200.56275.1985.2523.92
Hex46971265C0381135518
Octal106111614613407042312530
Binary10001101001111000110011010111000111000100010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460971; }

 p { color: rgb(70,9,113); }

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

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

 a { background-color: rgb(70,9,113); }

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

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

 span { border-color: rgb(70,9,113); }

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