#461199

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

Shades of Indigo #461199

Tints of Indigo #461199

Color information

#461199 (or 0x461199) is unknown color: approx Indigo. HEX triplet: 46, 11 and 99. RGB value is (70,17,153). Sum of RGB (Red+Green+Blue) = 70+17+153=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #461199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461199 is #B9EE66. Grayscale: #2F2F2F. Windows color (decimal): -12185191 or 10031430. OLE color: 10031430.

HSL color Cylindrical-coordinate representation of color #461199: hue angle of 263.38º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461199 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7017153-
CMYK0.540.8900.4
HSL263.38º80%33.33%-
HSV(B)263.38º88.89%60%-
XYZ8.48430.46-
YUV48.35187.06143.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 17 (7.03% from 255) = 7.08%
BLUE value IS 153 (60.16% from 255) = 63.75%
R=29.17%
G=7.08%
B=63.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70171530.540.8900.4263.388033.33
Hex46119936590281075021
Octal106212316613105040712041
Binary10001101000110011001110110101100101010001000001111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461199; }

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

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

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

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

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

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

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

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