#460060

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

Shades of Indigo #460060

Tints of Indigo #460060

Color information

#460060 (or 0x460060) is unknown color: approx Indigo. HEX triplet: 46, 00 and 60. RGB value is (70,0,96). Sum of RGB (Red+Green+Blue) = 70+0+96=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #460060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460060 is #B9FF9F. Grayscale: #1F1F1F. Windows color (decimal): -12189600 or 6291526. OLE color: 6291526.

HSL color Cylindrical-coordinate representation of color #460060: hue angle of 283.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460060 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB70096-
CMYK0.27100.62
HSL283.75º100%18.82%-
HSV(B)283.75º100%37.65%-
XYZ4.642.1511.24-
YUV31.87164.19155.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=42.17%
G=0%
B=57.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal700960.27100.62283.7510018.82
Hex460601B6403E11c6413
Octal10601403314407643414423
Binary1000110011000001101111001000111110100011100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460060; }

 p { color: rgb(70,0,96); }

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

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

 a { background-color: rgb(70,0,96); }

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

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

 span { border-color: rgb(70,0,96); }

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