#450E80

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

Shades of Indigo #450E80

Tints of Indigo #450E80

Color information

#450E80 (or 0x450E80) is unknown color: approx Indigo. HEX triplet: 45, 0E and 80. RGB value is (69,14,128). Sum of RGB (Red+Green+Blue) = 69+14+128=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #450E80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450E80 is #BAF17F. Grayscale: #2B2B2B. Windows color (decimal): -12251520 or 8392261. OLE color: 8392261.

HSL color Cylindrical-coordinate representation of color #450E80: hue angle of 268.95º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450E80 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6914128-
CMYK0.460.8900.50
HSL268.95º80.28%27.84%-
HSV(B)268.95º89.06%50.2%-
XYZ6.513.1420.68-
YUV43.44175.72146.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.70%
GREEN value IS 14 (5.86% from 255) = 6.64%
BLUE value IS 128 (50.39% from 255) = 60.66%
R=32.70%
G=6.64%
B=60.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69141280.460.8900.50268.9580.2827.84
Hex45E802E5903210d501c
Octal105162005613106241512034
Binary100010111101000000010111010110010110010100001101101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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