#460B68

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

Shades of Indigo #460B68

Tints of Indigo #460B68

Color information

#460B68 (or 0x460B68) is unknown color: approx Indigo. HEX triplet: 46, 0B and 68. RGB value is (70,11,104). Sum of RGB (Red+Green+Blue) = 70+11+104=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #460B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B68 is #B9F497. Grayscale: #262626. Windows color (decimal): -12186776 or 6818630. OLE color: 6818630.

HSL color Cylindrical-coordinate representation of color #460B68: hue angle of 278.06º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460B68 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7011104-
CMYK0.330.8900.59
HSL278.06º80.87%22.55%-
HSV(B)278.06º89.42%40.78%-
XYZ5.142.5413.32-
YUV39.24164.55149.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 11 (4.69% from 255) = 5.95%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=37.84%
G=5.95%
B=56.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70111040.330.8900.59278.0680.8722.55
Hex46B68215903B1165117
Octal106131504113107342612127
Binary10001101011110100010000110110010111011100010110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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