#460893

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

Shades of Indigo #460893

Tints of Indigo #460893

Color information

#460893 (or 0x460893) is unknown color: approx Indigo. HEX triplet: 46, 08 and 93. RGB value is (70,8,147). Sum of RGB (Red+Green+Blue) = 70+8+147=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #460893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460893 is #B9F76C. Grayscale: #292929. Windows color (decimal): -12187501 or 9635910. OLE color: 9635910.

HSL color Cylindrical-coordinate representation of color #460893: hue angle of 266.76º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460893 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB708147-
CMYK0.520.9500.42
HSL266.76º89.68%30.39%-
HSV(B)266.76º94.56%57.65%-
XYZ7.883.5827.88-
YUV42.38187.04147.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 8 (3.52% from 255) = 3.56%
BLUE value IS 147 (57.81% from 255) = 65.33%
R=31.11%
G=3.56%
B=65.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7081470.520.9500.42266.7689.6830.39
Hex46893345F02A10b5a1e
Octal106102236413705241313236
Binary100011010001001001111010010111110101010100001011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460893; }

 p { color: rgb(70,8,147); }

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

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

 a { background-color: rgb(70,8,147); }

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

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

 span { border-color: rgb(70,8,147); }

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