#450879

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

Shades of Indigo #450879

Tints of Indigo #450879

Color information

#450879 (or 0x450879) is unknown color: approx Indigo. HEX triplet: 45, 08 and 79. RGB value is (69,8,121). Sum of RGB (Red+Green+Blue) = 69+8+121=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #450879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450879 is #BAF786. Grayscale: #262626. Windows color (decimal): -12253063 or 7931973. OLE color: 7931973.

HSL color Cylindrical-coordinate representation of color #450879: hue angle of 272.39º degrees, saturation: 0.88, 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 #450879 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB698121-
CMYK0.430.9300.53
HSL272.39º87.6%25.29%-
HSV(B)272.39º93.39%47.45%-
XYZ5.992.8218.32-
YUV39.12174.21149.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.85%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 121 (47.66% from 255) = 61.11%
R=34.85%
G=4.04%
B=61.11%

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
Decimal6981210.430.9300.53272.3987.625.29
Hex458792B5D0351105819
Octal105101715313506542013031
Binary10001011000111100110101110111010110101100010000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450879; }

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

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

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

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

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

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

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

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