#460f7c

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

Shades of Indigo #460F7C

Tints of Indigo #460F7C

Color information

#460F7C (or 0x460F7C) is unknown color: approx Indigo. HEX triplet: 46, 0F and 7C. RGB value is (70,15,124). Sum of RGB (Red+Green+Blue) = 70+15+124=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #460F7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F7C is #B9F083. Grayscale: #2B2B2B. Windows color (decimal): -12185732 or 8130374. OLE color: 8130374.

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

Color convert

RGB7015124-
CMYK0.440.8800.51
HSL270.28º78.42%27.25%-
HSV(B)270.28º87.9%48.63%-
XYZ6.333.119.33-
YUV43.87173.22146.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 15 (6.25% from 255) = 7.18%
BLUE value IS 124 (48.83% from 255) = 59.33%
R=33.49%
G=7.18%
B=59.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70151240.440.8800.51270.2878.4227.25
Hex46F7C2C5803310e4e1b
Octal106171745413006341611633
Binary10001101111111110010110010110000110011100001110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460f7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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