#460C63

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

Shades of Indigo #460C63

Tints of Indigo #460C63

Color information

#460C63 (or 0x460C63) is unknown color: approx Indigo. HEX triplet: 46, 0C and 63. RGB value is (70,12,99). Sum of RGB (Red+Green+Blue) = 70+12+99=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #460C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C63 is #B9F39C. Grayscale: #262626. Windows color (decimal): -12186525 or 6491206. OLE color: 6491206.

HSL color Cylindrical-coordinate representation of color #460C63: hue angle of 280º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460C63 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB701299-
CMYK0.290.8800.61
HSL280º78.38%21.76%-
HSV(B)280º87.88%38.82%-
XYZ4.912.4712.02-
YUV39.26161.72149.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 99 (39.06% from 255) = 54.70%
R=38.67%
G=6.63%
B=54.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7012990.290.8800.6128078.3821.76
Hex46C631D5803D1184e16
Octal106141433513007543011626
Binary1000110110011000111110110110000111101100011000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,12,99); }

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

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

 a { background-color: rgb(70,12,99); }

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

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

 span { border-color: rgb(70,12,99); }

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