#461195

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

Shades of Indigo #461195

Tints of Indigo #461195

Color information

#461195 (or 0x461195) is unknown color: approx Indigo. HEX triplet: 46, 11 and 95. RGB value is (70,17,149). Sum of RGB (Red+Green+Blue) = 70+17+149=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #461195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461195 is #B9EE6A. Grayscale: #2F2F2F. Windows color (decimal): -12185195 or 9769286. OLE color: 9769286.

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

Color convert

RGB7017149-
CMYK0.530.8900.42
HSL264.09º79.52%32.55%-
HSV(B)264.09º88.59%58.43%-
XYZ8.153.8728.75-
YUV47.9185.06143.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 149 (58.59% from 255) = 63.14%
R=29.66%
G=7.20%
B=63.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70171490.530.8900.42264.0979.5232.55
Hex461195355902A1085021
Octal106212256513105241012041
Binary10001101000110010101110101101100101010101000010001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461195; }

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

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

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

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

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

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

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

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