#450AA9

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

Shades of Indigo #450AA9

Tints of Indigo #450AA9

Color information

#450AA9 (or 0x450AA9) is unknown color: approx Indigo. HEX triplet: 45, 0A and A9. RGB value is (69,10,169). Sum of RGB (Red+Green+Blue) = 69+10+169=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 169 (66.41% from 255 or 68.15% from 248); Max value from RGB is 169 - color contains mainly: blue. Hex color #450AA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450AA9 is #BAF556. Grayscale: #2D2D2D. Windows color (decimal): -12252503 or 11078213. OLE color: 11078213.

HSL color Cylindrical-coordinate representation of color #450AA9: hue angle of 262.26º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450AA9 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6910169-
CMYK0.590.9400.34
HSL262.26º88.83%35.1%-
HSV(B)262.26º94.08%66.27%-
XYZ9.724.3537.86-
YUV45.77197.55144.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 169 (66.41% from 255) = 68.15%
R=27.82%
G=4.03%
B=68.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal69101690.590.9400.34262.2688.8335.1
Hex45AA93B5E0221065923
Octal105122517313604240613143
Binary1000101101010101001111011101111001000101000001101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450AA9; }

 p { color: rgb(69,10,169); }

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

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

 a { background-color: rgb(69,10,169); }

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

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

 span { border-color: rgb(69,10,169); }

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