#460E90

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

Shades of Indigo #460E90

Tints of Indigo #460E90

Color information

#460E90 (or 0x460E90) is unknown color: approx Indigo. HEX triplet: 46, 0E and 90. RGB value is (70,14,144). Sum of RGB (Red+Green+Blue) = 70+14+144=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #460E90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460E90 is #B9F16F. Grayscale: #2D2D2D. Windows color (decimal): -12185968 or 9440838. OLE color: 9440838.

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

Color convert

RGB7014144-
CMYK0.510.9000.44
HSL265.85º82.28%30.98%-
HSV(B)265.85º90.28%56.47%-
XYZ7.723.6326.68-
YUV45.56183.55145.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 14 (5.86% from 255) = 6.14%
BLUE value IS 144 (56.64% from 255) = 63.16%
R=30.70%
G=6.14%
B=63.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70141440.510.9000.44265.8582.2830.98
Hex46E90335A02C10a521f
Octal106162206313205441212237
Binary100011011101001000011001110110100101100100001010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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