#460575

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

Shades of Indigo #460575

Tints of Indigo #460575

Color information

#460575 (or 0x460575) is unknown color: approx Indigo. HEX triplet: 46, 05 and 75. RGB value is (70,5,117). Sum of RGB (Red+Green+Blue) = 70+5+117=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #460575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460575 is #B9FA8A. Grayscale: #242424. Windows color (decimal): -12188299 or 7669062. OLE color: 7669062.

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

Color convert

RGB705117-
CMYK0.400.9600.54
HSL274.82º91.8%23.92%-
HSV(B)274.82º95.73%45.88%-
XYZ5.792.6917.04-
YUV37.2173.03151.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 117 (46.09% from 255) = 60.94%
R=36.46%
G=2.60%
B=60.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7051170.400.9600.54274.8291.823.92
Hex4657528600361135c18
Octal10651655014006642313430
Binary1000110101111010110100011000000110110100010011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460575; }

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

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

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

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

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

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

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

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