#450473

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

Shades of Indigo #450473

Tints of Indigo #450473

Color information

#450473 (or 0x450473) is unknown color: approx Indigo. HEX triplet: 45, 04 and 73. RGB value is (69,4,115). Sum of RGB (Red+Green+Blue) = 69+4+115=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #450473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450473 is #BAFB8C. Grayscale: #232323. Windows color (decimal): -12254093 or 7537733. OLE color: 7537733.

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

Color convert

RGB694115-
CMYK0.40.9700.55
HSL275.14º93.28%23.33%-
HSV(B)275.14º96.52%45.1%-
XYZ5.592.5916.42-
YUV36.09172.53151.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 115 (45.31% from 255) = 61.17%
R=36.70%
G=2.13%
B=61.17%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6941150.40.9700.55275.1493.2823.33
Hex4547328610371135d17
Octal10541635014106742313527
Binary1000101100111001110100011000010110111100010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450473; }

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

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

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

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

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

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

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

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