#450ea2

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

Shades of Indigo #450EA2

Tints of Indigo #450EA2

Color information

#450EA2 (or 0x450EA2) is unknown color: approx Indigo. HEX triplet: 45, 0E and A2. RGB value is (69,14,162). Sum of RGB (Red+Green+Blue) = 69+14+162=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 162 (63.67% from 255 or 66.12% from 245); Max value from RGB is 162 - color contains mainly: blue. Hex color #450EA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450EA2 is #BAF15D. Grayscale: #2E2E2E. Windows color (decimal): -12251486 or 10620485. OLE color: 10620485.

HSL color Cylindrical-coordinate representation of color #450EA2: hue angle of 262.3º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450EA2 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6914162-
CMYK0.570.9100.36
HSL262.3º84.09%34.51%-
HSV(B)262.3º91.36%63.53%-
XYZ9.134.1934.51-
YUV47.32192.72143.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 14 (5.86% from 255) = 5.71%
BLUE value IS 162 (63.67% from 255) = 66.12%
R=28.16%
G=5.71%
B=66.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69141620.570.9100.36262.384.0934.51
Hex45EA2395B0241065423
Octal105162427113304440612443
Binary1000101111010100010111001101101101001001000001101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450ea2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,14,162); }

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

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

 a { background-color: rgb(69,14,162); }

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

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

 span { border-color: rgb(69,14,162); }

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