#460660

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

Shades of Indigo #460660

Tints of Indigo #460660

Color information

#460660 (or 0x460660) is unknown color: approx Indigo. HEX triplet: 46, 06 and 60. RGB value is (70,6,96). Sum of RGB (Red+Green+Blue) = 70+6+96=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #460660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460660 is #B9F99F. Grayscale: #232323. Windows color (decimal): -12188064 or 6293062. OLE color: 6293062.

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

Color convert

RGB70696-
CMYK0.270.9400.62
HSL282.67º88.24%20%-
HSV(B)282.67º93.75%37.65%-
XYZ4.72.2811.26-
YUV35.4162.2152.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.70%
GREEN value IS 6 (2.73% from 255) = 3.49%
BLUE value IS 96 (37.89% from 255) = 55.81%
R=40.70%
G=3.49%
B=55.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal706960.270.9400.62282.6788.2420
Hex466601B5E03E11b5814
Octal10661403313607643313024
Binary100011011011000001101110111100111110100011011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460660; }

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

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

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

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

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

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

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

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