#460C7C

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

Shades of Indigo #460C7C

Tints of Indigo #460C7C

Color information

#460C7C (or 0x460C7C) is unknown color: approx Indigo. HEX triplet: 46, 0C and 7C. RGB value is (70,12,124). Sum of RGB (Red+Green+Blue) = 70+12+124=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #460C7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C7C is #B9F383. Grayscale: #292929. Windows color (decimal): -12186500 or 8129606. OLE color: 8129606.

HSL color Cylindrical-coordinate representation of color #460C7C: hue angle of 271.07º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460C7C is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7012124-
CMYK0.440.9000.51
HSL271.07º82.35%26.67%-
HSV(B)271.07º90.32%48.63%-
XYZ6.33.0219.32-
YUV42.11174.22147.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 12 (5.08% from 255) = 5.83%
BLUE value IS 124 (48.83% from 255) = 60.19%
R=33.98%
G=5.83%
B=60.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70121240.440.9000.51271.0782.3526.67
Hex46C7C2C5A03310f521b
Octal106141745413206341712233
Binary10001101100111110010110010110100110011100001111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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