#460B73

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

Shades of Indigo #460B73

Tints of Indigo #460B73

Color information

#460B73 (or 0x460B73) is unknown color: approx Indigo. HEX triplet: 46, 0B and 73. RGB value is (70,11,115). Sum of RGB (Red+Green+Blue) = 70+11+115=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #460B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B73 is #B9F48C. Grayscale: #282828. Windows color (decimal): -12186765 or 7539526. OLE color: 7539526.

HSL color Cylindrical-coordinate representation of color #460B73: hue angle of 274.04º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460B73 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7011115-
CMYK0.390.9000.55
HSL274.04º82.54%24.71%-
HSV(B)274.04º90.43%45.1%-
XYZ5.742.7816.45-
YUV40.5170.05149.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 11 (4.69% from 255) = 5.61%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=35.71%
G=5.61%
B=58.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70111150.390.9000.55274.0482.5424.71
Hex46B73275A0371125319
Octal106131634713206742212331
Binary10001101011111001110011110110100110111100010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460B73; }

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

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

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

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

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

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

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

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