#460A68

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

Shades of Indigo #460A68

Tints of Indigo #460A68

Color information

#460A68 (or 0x460A68) is unknown color: approx Indigo. HEX triplet: 46, 0A and 68. RGB value is (70,10,104). Sum of RGB (Red+Green+Blue) = 70+10+104=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #460A68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460A68 is #B9F597. Grayscale: #262626. Windows color (decimal): -12187032 or 6818374. OLE color: 6818374.

HSL color Cylindrical-coordinate representation of color #460A68: hue angle of 278.3º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460A68 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7010104-
CMYK0.330.9000.59
HSL278.3º82.46%22.35%-
HSV(B)278.3º90.38%40.78%-
XYZ5.132.5213.31-
YUV38.66164.88150.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 10 (4.30% from 255) = 5.43%
BLUE value IS 104 (41.02% from 255) = 56.52%
R=38.04%
G=5.43%
B=56.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70101040.330.9000.59278.382.4622.35
Hex46A68215A03B1165216
Octal106121504113207342612226
Binary10001101010110100010000110110100111011100010110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460A68; }

 p { color: rgb(70,10,104); }

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

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

 a { background-color: rgb(70,10,104); }

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

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

 span { border-color: rgb(70,10,104); }

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