#460073

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

Shades of Indigo #460073

Tints of Indigo #460073

Color information

#460073 (or 0x460073) is unknown color: approx Indigo. HEX triplet: 46, 00 and 73. RGB value is (70,0,115). Sum of RGB (Red+Green+Blue) = 70+0+115=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #460073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460073 is #B9FF8C. Grayscale: #212121. Windows color (decimal): -12189581 or 7536710. OLE color: 7536710.

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

Color convert

RGB700115-
CMYK0.39100.55
HSL276.52º100%22.55%-
HSV(B)276.52º100%45.1%-
XYZ5.622.5416.41-
YUV34.04173.69153.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 62.16%
R=37.84%
G=0%
B=62.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7001150.39100.55276.5210022.55
Hex4607327640371156417
Octal10601634714406742514427
Binary10001100111001110011111001000110111100010101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460073; }

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

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

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

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

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

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

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

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