#460595

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

Shades of Indigo #460595

Tints of Indigo #460595

Color information

#460595 (or 0x460595) is unknown color: approx Indigo. HEX triplet: 46, 05 and 95. RGB value is (70,5,149). Sum of RGB (Red+Green+Blue) = 70+5+149=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #460595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460595 is #B9FA6A. Grayscale: #282828. Windows color (decimal): -12188267 or 9766214. OLE color: 9766214.

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

Color convert

RGB705149-
CMYK0.530.9700.42
HSL267.08º93.51%30.2%-
HSV(B)267.08º96.64%58.43%-
XYZ83.5828.7-
YUV40.85189.03148.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 149 (58.59% from 255) = 66.52%
R=31.25%
G=2.23%
B=66.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7051490.530.9700.42267.0893.5130.2
Hex46595356102A10b5e1e
Octal10652256514105241313636
Binary10001101011001010111010111000010101010100001011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460595; }

 p { color: rgb(70,5,149); }

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

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

 a { background-color: rgb(70,5,149); }

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

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

 span { border-color: rgb(70,5,149); }

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