#461099

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

Shades of Indigo #461099

Tints of Indigo #461099

Color information

#461099 (or 0x461099) is unknown color: approx Indigo. HEX triplet: 46, 10 and 99. RGB value is (70,16,153). Sum of RGB (Red+Green+Blue) = 70+16+153=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #461099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461099 is #B9EF66. Grayscale: #2F2F2F. Windows color (decimal): -12185447 or 10031174. OLE color: 10031174.

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

Color convert

RGB7016153-
CMYK0.540.9000.4
HSL263.65º81.07%33.14%-
HSV(B)263.65º89.54%60%-
XYZ8.463.9730.46-
YUV47.76187.39143.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 16 (6.64% from 255) = 6.69%
BLUE value IS 153 (60.16% from 255) = 64.02%
R=29.29%
G=6.69%
B=64.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70161530.540.9000.4263.6581.0733.14
Hex461099365A0281085121
Octal106202316613205041012141
Binary10001101000010011001110110101101001010001000010001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461099; }

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

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

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

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

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

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

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

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