#450AAD

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

Shades of Indigo #450AAD

Tints of Indigo #450AAD

Color information

#450AAD (or 0x450AAD) is unknown color: approx Indigo. HEX triplet: 45, 0A and AD. RGB value is (69,10,173). Sum of RGB (Red+Green+Blue) = 69+10+173=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #450AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450AAD is #BAF552. Grayscale: #2D2D2D. Windows color (decimal): -12252499 or 11340357. OLE color: 11340357.

HSL color Cylindrical-coordinate representation of color #450AAD: hue angle of 261.72º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450AAD is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6910173-
CMYK0.600.9400.32
HSL261.72º89.07%35.88%-
HSV(B)261.72º94.22%67.84%-
XYZ10.114.539.87-
YUV46.22199.55144.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 173 (67.97% from 255) = 68.65%
R=27.38%
G=3.97%
B=68.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69101730.600.9400.32261.7289.0735.88
Hex45AAD3C5E0201065924
Octal105122557413604040613144
Binary1000101101010101101111100101111001000001000001101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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