#460497

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

Shades of Indigo #460497

Tints of Indigo #460497

Color information

#460497 (or 0x460497) is unknown color: approx Indigo. HEX triplet: 46, 04 and 97. RGB value is (70,4,151). Sum of RGB (Red+Green+Blue) = 70+4+151=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #460497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460497 is #B9FB68. Grayscale: #272727. Windows color (decimal): -12188521 or 9897030. OLE color: 9897030.

HSL color Cylindrical-coordinate representation of color #460497: hue angle of 266.94º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460497 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB704151-
CMYK0.540.9700.41
HSL266.94º94.84%30.39%-
HSV(B)266.94º97.35%59.22%-
XYZ8.163.6229.55-
YUV40.49190.37149.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 4 (1.95% from 255) = 1.78%
BLUE value IS 151 (59.38% from 255) = 67.11%
R=31.11%
G=1.78%
B=67.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7041510.540.9700.41266.9494.8430.39
Hex46497366102910b5f1e
Octal10642276614105141313736
Binary10001101001001011111011011000010101001100001011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460497; }

 p { color: rgb(70,4,151); }

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

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

 a { background-color: rgb(70,4,151); }

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

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

 span { border-color: rgb(70,4,151); }

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