#460977

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

Shades of Indigo #460977

Tints of Indigo #460977

Color information

#460977 (or 0x460977) is unknown color: approx Indigo. HEX triplet: 46, 09 and 77. RGB value is (70,9,119). Sum of RGB (Red+Green+Blue) = 70+9+119=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #460977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460977 is #B9F688. Grayscale: #272727. Windows color (decimal): -12187273 or 7801158. OLE color: 7801158.

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

Color convert

RGB709119-
CMYK0.410.9200.53
HSL273.27º85.94%25.1%-
HSV(B)273.27º92.44%46.67%-
XYZ5.952.8317.69-
YUV39.78172.71149.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 119 (46.88% from 255) = 60.10%
R=35.35%
G=4.55%
B=60.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7091190.410.9200.53273.2785.9425.1
Hex46977295C0351115619
Octal106111675113406542112631
Binary10001101001111011110100110111000110101100010001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460977; }

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

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

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

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

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

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

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

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