#450E79

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

Shades of Indigo #450E79

Tints of Indigo #450E79

Color information

#450E79 (or 0x450E79) is unknown color: approx Indigo. HEX triplet: 45, 0E and 79. RGB value is (69,14,121). Sum of RGB (Red+Green+Blue) = 69+14+121=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #450E79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450E79 is #BAF186. Grayscale: #2A2A2A. Windows color (decimal): -12251527 or 7933509. OLE color: 7933509.

HSL color Cylindrical-coordinate representation of color #450E79: hue angle of 270.84º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450E79 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6914121-
CMYK0.430.8800.53
HSL270.84º79.26%26.47%-
HSV(B)270.84º88.43%47.45%-
XYZ6.062.9618.34-
YUV42.64172.22146.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.82%
GREEN value IS 14 (5.86% from 255) = 6.86%
BLUE value IS 121 (47.66% from 255) = 59.31%
R=33.82%
G=6.86%
B=59.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69141210.430.8800.53270.8479.2626.47
Hex45E792B5803510f4f1a
Octal105161715313006541711732
Binary10001011110111100110101110110000110101100001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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