#450E9F

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

Shades of Indigo #450E9F

Tints of Indigo #450E9F

Color information

#450E9F (or 0x450E9F) is unknown color: approx Indigo. HEX triplet: 45, 0E and 9F. RGB value is (69,14,159). Sum of RGB (Red+Green+Blue) = 69+14+159=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #450E9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450E9F is #BAF160. Grayscale: #2E2E2E. Windows color (decimal): -12251489 or 10423877. OLE color: 10423877.

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

Color convert

RGB6914159-
CMYK0.570.9100.38
HSL262.76º83.82%33.92%-
HSV(B)262.76º91.19%62.35%-
XYZ8.874.0833.12-
YUV46.98191.22143.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 14 (5.86% from 255) = 5.79%
BLUE value IS 159 (62.5% from 255) = 65.70%
R=28.51%
G=5.79%
B=65.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69141590.570.9100.38262.7683.8233.92
Hex45E9F395B0261075422
Octal105162377113304640712442
Binary1000101111010011111111001101101101001101000001111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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