#460E85

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

Shades of Indigo #460E85

Tints of Indigo #460E85

Color information

#460E85 (or 0x460E85) is unknown color: approx Indigo. HEX triplet: 46, 0E and 85. RGB value is (70,14,133). Sum of RGB (Red+Green+Blue) = 70+14+133=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #460E85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460E85 is #B9F17A. Grayscale: #2B2B2B. Windows color (decimal): -12185979 or 8719942. OLE color: 8719942.

HSL color Cylindrical-coordinate representation of color #460E85: hue angle of 268.24º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460E85 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7014133-
CMYK0.470.8900.48
HSL268.24º80.95%28.82%-
HSV(B)268.24º89.47%52.16%-
XYZ6.923.3122.46-
YUV44.31178.05146.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 14 (5.86% from 255) = 6.45%
BLUE value IS 133 (52.34% from 255) = 61.29%
R=32.26%
G=6.45%
B=61.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70141330.470.8900.48268.2480.9528.82
Hex46E852F5903010c511d
Octal106162055713106041412135
Binary100011011101000010110111110110010110000100001100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,14,133); }

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

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

 a { background-color: rgb(70,14,133); }

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

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

 span { border-color: rgb(70,14,133); }

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