#460E9D

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

Shades of Indigo #460E9D

Tints of Indigo #460E9D

Color information

#460E9D (or 0x460E9D) is unknown color: approx Indigo. HEX triplet: 46, 0E and 9D. RGB value is (70,14,157). Sum of RGB (Red+Green+Blue) = 70+14+157=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #460E9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460E9D is #B9F162. Grayscale: #2E2E2E. Windows color (decimal): -12185955 or 10292806. OLE color: 10292806.

HSL color Cylindrical-coordinate representation of color #460E9D: hue angle of 263.5º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460E9D is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7014157-
CMYK0.550.9100.38
HSL263.5º83.63%33.53%-
HSV(B)263.5º91.08%61.57%-
XYZ8.774.0532.22-
YUV47.05190.05144.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 14 (5.86% from 255) = 5.81%
BLUE value IS 157 (61.72% from 255) = 65.15%
R=29.05%
G=5.81%
B=65.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70141570.550.9100.38263.583.6333.53
Hex46E9D375B0261075422
Octal106162356713304640712442
Binary1000110111010011101110111101101101001101000001111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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