#460F6C

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

Shades of Indigo #460F6C

Tints of Indigo #460F6C

Color information

#460F6C (or 0x460F6C) is unknown color: approx Indigo. HEX triplet: 46, 0F and 6C. RGB value is (70,15,108). Sum of RGB (Red+Green+Blue) = 70+15+108=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #460F6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F6C is #B9F093. Grayscale: #292929. Windows color (decimal): -12185748 or 7081798. OLE color: 7081798.

HSL color Cylindrical-coordinate representation of color #460F6C: hue angle of 275.48º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460F6C is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7015108-
CMYK0.350.8600.58
HSL275.48º75.61%24.12%-
HSV(B)275.48º86.11%42.35%-
XYZ5.42.7314.43-
YUV42.05165.22147.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 15 (6.25% from 255) = 7.77%
BLUE value IS 108 (42.58% from 255) = 55.96%
R=36.27%
G=7.77%
B=55.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70151080.350.8600.58275.4875.6124.12
Hex46F6C235603A1134c18
Octal106171544312607242311430
Binary10001101111110110010001110101100111010100010011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,15,108); }

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

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

 a { background-color: rgb(70,15,108); }

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

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

 span { border-color: rgb(70,15,108); }

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