#461171

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

Shades of Indigo #461171

Tints of Indigo #461171

Color information

#461171 (or 0x461171) is unknown color: approx Indigo. HEX triplet: 46, 11 and 71. RGB value is (70,17,113). Sum of RGB (Red+Green+Blue) = 70+17+113=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #461171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461171 is #B9EE8E. Grayscale: #2B2B2B. Windows color (decimal): -12185231 or 7409990. OLE color: 7409990.

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

Color convert

RGB7017113-
CMYK0.380.8500.56
HSL273.12º73.85%25.49%-
HSV(B)273.12º84.96%44.31%-
XYZ5.712.915.88-
YUV43.79167.06146.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 17 (7.03% from 255) = 8.5%
BLUE value IS 113 (44.53% from 255) = 56.5%
R=35%
G=8.5%
B=56.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70171130.380.8500.56273.1273.8525.49
Hex46117126550381114a19
Octal106211614612507042111231
Binary100011010001111000110011010101010111000100010001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461171; }

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

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

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

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

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

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

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

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