#450999

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

Shades of Indigo #450999

Tints of Indigo #450999

Color information

#450999 (or 0x450999) is unknown color: approx Indigo. HEX triplet: 45, 09 and 99. RGB value is (69,9,153). Sum of RGB (Red+Green+Blue) = 69+9+153=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #450999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450999 is #BAF666. Grayscale: #2A2A2A. Windows color (decimal): -12252775 or 10029381. OLE color: 10029381.

HSL color Cylindrical-coordinate representation of color #450999: hue angle of 265º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450999 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB699153-
CMYK0.550.9400.4
HSL265º88.89%31.76%-
HSV(B)265º94.12%60%-
XYZ8.33.7630.43-
YUV43.36189.88146.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 9 (3.91% from 255) = 3.90%
BLUE value IS 153 (60.16% from 255) = 66.23%
R=29.87%
G=3.90%
B=66.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6991530.550.9400.426588.8931.76
Hex45999375E0281095920
Octal105112316713605041113140
Binary1000101100110011001110111101111001010001000010011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450999; }

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

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

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

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

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

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

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

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