#450979

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

Shades of Indigo #450979

Tints of Indigo #450979

Color information

#450979 (or 0x450979) is unknown color: approx Indigo. HEX triplet: 45, 09 and 79. RGB value is (69,9,121). Sum of RGB (Red+Green+Blue) = 69+9+121=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #450979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450979 is #BAF686. Grayscale: #272727. Windows color (decimal): -12252807 or 7932229. OLE color: 7932229.

HSL color Cylindrical-coordinate representation of color #450979: hue angle of 272.14º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450979 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB699121-
CMYK0.430.9300.53
HSL272.14º86.15%25.49%-
HSV(B)272.14º92.56%47.45%-
XYZ62.8418.32-
YUV39.71173.88148.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 121 (47.66% from 255) = 60.80%
R=34.67%
G=4.52%
B=60.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6991210.430.9300.53272.1486.1525.49
Hex459792B5D0351105619
Octal105111715313506542012631
Binary10001011001111100110101110111010110101100010000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450979; }

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

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

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

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

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

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

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

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