#460177

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

Shades of Indigo #460177

Tints of Indigo #460177

Color information

#460177 (or 0x460177) is unknown color: approx Indigo. HEX triplet: 46, 01 and 77. RGB value is (70,1,119). Sum of RGB (Red+Green+Blue) = 70+1+119=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #460177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460177 is #B9FE88. Grayscale: #222222. Windows color (decimal): -12189321 or 7799110. OLE color: 7799110.

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

Color convert

RGB701119-
CMYK0.410.9900.53
HSL275.08º98.33%23.53%-
HSV(B)275.08º99.16%46.67%-
XYZ5.872.6617.66-
YUV35.08175.36152.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 119 (46.88% from 255) = 62.63%
R=36.84%
G=0.53%
B=62.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7011190.410.9900.53275.0898.3323.53
Hex4617729630351136218
Octal10611675114306542314230
Binary10001101111011110100111000110110101100010011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460177; }

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

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

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

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

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

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

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

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