#460460

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

Shades of Indigo #460460

Tints of Indigo #460460

Color information

#460460 (or 0x460460) is unknown color: approx Indigo. HEX triplet: 46, 04 and 60. RGB value is (70,4,96). Sum of RGB (Red+Green+Blue) = 70+4+96=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #460460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460460 is #B9FB9F. Grayscale: #212121. Windows color (decimal): -12188576 or 6292550. OLE color: 6292550.

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

Color convert

RGB70496-
CMYK0.270.9600.62
HSL283.04º92%19.61%-
HSV(B)283.04º95.83%37.65%-
XYZ4.682.2311.25-
YUV34.22162.87153.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 4 (1.95% from 255) = 2.35%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=41.18%
G=2.35%
B=56.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal704960.270.9600.62283.049219.61
Hex464601B6003E11b5c14
Octal10641403314007643313424
Binary100011010011000001101111000000111110100011011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460460; }

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

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

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

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

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

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

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

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