#450983

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

Shades of Indigo #450983

Tints of Indigo #450983

Color information

#450983 (or 0x450983) is unknown color: approx Indigo. HEX triplet: 45, 09 and 83. RGB value is (69,9,131). Sum of RGB (Red+Green+Blue) = 69+9+131=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 131 (51.56% from 255 or 62.68% from 209); Max value from RGB is 131 - color contains mainly: blue. Hex color #450983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450983 is #BAF67C. Grayscale: #282828. Windows color (decimal): -12252797 or 8587589. OLE color: 8587589.

HSL color Cylindrical-coordinate representation of color #450983: hue angle of 269.51º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450983 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB699131-
CMYK0.470.9300.49
HSL269.51º87.14%27.45%-
HSV(B)269.51º93.13%51.37%-
XYZ6.653.121.72-
YUV40.85178.88148.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.01%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 131 (51.56% from 255) = 62.68%
R=33.01%
G=4.31%
B=62.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6991310.470.9300.49269.5187.1427.45
Hex459832F5D03110e571b
Octal105112035713506141612733
Binary100010110011000001110111110111010110001100001110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450983; }

 p { color: rgb(69,9,131); }

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

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

 a { background-color: rgb(69,9,131); }

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

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

 span { border-color: rgb(69,9,131); }

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