#450560

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

Shades of Indigo #450560

Tints of Indigo #450560

Color information

#450560 (or 0x450560) is unknown color: approx Indigo. HEX triplet: 45, 05 and 60. RGB value is (69,5,96). Sum of RGB (Red+Green+Blue) = 69+5+96=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #450560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450560 is #BAFA9F. Grayscale: #222222. Windows color (decimal): -12253856 or 6292805. OLE color: 6292805.

HSL color Cylindrical-coordinate representation of color #450560: hue angle of 282.2º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450560 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB69596-
CMYK0.280.9500.62
HSL282.2º90.1%19.8%-
HSV(B)282.2º94.79%37.65%-
XYZ4.622.2211.25-
YUV34.51162.7152.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=40.59%
G=2.94%
B=56.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal695960.280.9500.62282.290.119.8
Hex455601C5F03E11a5a14
Octal10551403413707643213224
Binary100010110111000001110010111110111110100011010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450560; }

 p { color: rgb(69,5,96); }

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

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

 a { background-color: rgb(69,5,96); }

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

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

 span { border-color: rgb(69,5,96); }

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