#460196

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

Shades of Indigo #460196

Tints of Indigo #460196

Color information

#460196 (or 0x460196) is unknown color: approx Indigo. HEX triplet: 46, 01 and 96. RGB value is (70,1,150). Sum of RGB (Red+Green+Blue) = 70+1+150=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #460196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460196 is #B9FE69. Grayscale: #262626. Windows color (decimal): -12189290 or 9830726. OLE color: 9830726.

HSL color Cylindrical-coordinate representation of color #460196: hue angle of 267.79º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460196 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB701150-
CMYK0.530.9900.41
HSL267.79º98.68%29.61%-
HSV(B)267.79º99.33%58.82%-
XYZ8.043.5329.11-
YUV38.62190.86150.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 150 (58.98% from 255) = 67.87%
R=31.67%
G=0.45%
B=67.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7011500.530.9900.41267.7998.6829.61
Hex46196356302910c631e
Octal10612266514305141414336
Binary100011011001011011010111000110101001100001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460196; }

 p { color: rgb(70,1,150); }

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

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

 a { background-color: rgb(70,1,150); }

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

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

 span { border-color: rgb(70,1,150); }

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