#460574

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

Shades of Indigo #460574

Tints of Indigo #460574

Color information

#460574 (or 0x460574) is unknown color: approx Indigo. HEX triplet: 46, 05 and 74. RGB value is (70,5,116). Sum of RGB (Red+Green+Blue) = 70+5+116=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #460574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460574 is #B9FA8B. Grayscale: #242424. Windows color (decimal): -12188300 or 7603526. OLE color: 7603526.

HSL color Cylindrical-coordinate representation of color #460574: hue angle of 275.14º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460574 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB705116-
CMYK0.400.9600.55
HSL275.14º91.74%23.73%-
HSV(B)275.14º95.69%45.49%-
XYZ5.732.6716.74-
YUV37.09172.53151.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 116 (45.70% from 255) = 60.73%
R=36.65%
G=2.62%
B=60.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7051160.400.9600.55275.1491.7423.73
Hex4657428600371135c18
Octal10651645014006742313430
Binary1000110101111010010100011000000110111100010011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460574; }

 p { color: rgb(70,5,116); }

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

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

 a { background-color: rgb(70,5,116); }

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

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

 span { border-color: rgb(70,5,116); }

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