#460973

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

Shades of Indigo #460973

Tints of Indigo #460973

Color information

#460973 (or 0x460973) is unknown color: approx Indigo. HEX triplet: 46, 09 and 73. RGB value is (70,9,115). Sum of RGB (Red+Green+Blue) = 70+9+115=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #460973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460973 is #B9F68C. Grayscale: #262626. Windows color (decimal): -12187277 or 7539014. OLE color: 7539014.

HSL color Cylindrical-coordinate representation of color #460973: hue angle of 274.53º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460973 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB709115-
CMYK0.390.9200.55
HSL274.53º85.48%24.31%-
HSV(B)274.53º92.17%45.1%-
XYZ5.722.7416.45-
YUV39.32170.71149.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 115 (45.31% from 255) = 59.28%
R=36.08%
G=4.64%
B=59.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7091150.390.9200.55274.5385.4824.31
Hex46973275C0371135518
Octal106111634713406742312530
Binary10001101001111001110011110111000110111100010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460973; }

 p { color: rgb(70,9,115); }

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

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

 a { background-color: rgb(70,9,115); }

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

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

 span { border-color: rgb(70,9,115); }

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