#450E8C

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

Shades of Indigo #450E8C

Tints of Indigo #450E8C

Color information

#450E8C (or 0x450E8C) is unknown color: approx Indigo. HEX triplet: 45, 0E and 8C. RGB value is (69,14,140). Sum of RGB (Red+Green+Blue) = 69+14+140=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #450E8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450E8C is #BAF173. Grayscale: #2C2C2C. Windows color (decimal): -12251508 or 9178693. OLE color: 9178693.

HSL color Cylindrical-coordinate representation of color #450E8C: hue angle of 266.19º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450E8C is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6914140-
CMYK0.510.9000.45
HSL266.19º81.82%30.2%-
HSV(B)266.19º90%54.9%-
XYZ7.343.4725.09-
YUV44.81181.72145.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 14 (5.86% from 255) = 6.28%
BLUE value IS 140 (55.08% from 255) = 62.78%
R=30.94%
G=6.28%
B=62.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69141400.510.9000.45266.1981.8230.2
Hex45E8C335A02D10a521e
Octal105162146313205541212236
Binary100010111101000110011001110110100101101100001010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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