#460573

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

Shades of Indigo #460573

Tints of Indigo #460573

Color information

#460573 (or 0x460573) is unknown color: approx Indigo. HEX triplet: 46, 05 and 73. RGB value is (70,5,115). Sum of RGB (Red+Green+Blue) = 70+5+115=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #460573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460573 is #B9FA8C. Grayscale: #242424. Windows color (decimal): -12188301 or 7537990. OLE color: 7537990.

HSL color Cylindrical-coordinate representation of color #460573: hue angle of 275.45º 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 #460573 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB705115-
CMYK0.390.9600.55
HSL275.45º91.67%23.53%-
HSV(B)275.45º95.65%45.1%-
XYZ5.672.6516.43-
YUV36.98172.03151.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 115 (45.31% from 255) = 60.53%
R=36.84%
G=2.63%
B=60.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7051150.390.9600.55275.4591.6723.53
Hex4657327600371135c18
Octal10651634714006742313430
Binary1000110101111001110011111000000110111100010011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460573; }

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

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

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

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

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

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

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

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