#450873

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

Shades of Indigo #450873

Tints of Indigo #450873

Color information

#450873 (or 0x450873) is unknown color: approx Indigo. HEX triplet: 45, 08 and 73. RGB value is (69,8,115). Sum of RGB (Red+Green+Blue) = 69+8+115=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #450873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450873 is #BAF78C. Grayscale: #262626. Windows color (decimal): -12253069 or 7538757. OLE color: 7538757.

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

Color convert

RGB698115-
CMYK0.40.9300.55
HSL274.21º86.99%24.12%-
HSV(B)274.21º93.04%45.1%-
XYZ5.642.6816.44-
YUV38.44171.21149.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 115 (45.31% from 255) = 59.90%
R=35.94%
G=4.17%
B=59.90%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6981150.40.9300.55274.2186.9924.12
Hex45873285D0371125718
Octal105101635013506742212730
Binary10001011000111001110100010111010110111100010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450873; }

 p { color: rgb(69,8,115); }

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

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

 a { background-color: rgb(69,8,115); }

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

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

 span { border-color: rgb(69,8,115); }

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