#450779

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

Shades of Indigo #450779

Tints of Indigo #450779

Color information

#450779 (or 0x450779) is unknown color: approx Indigo. HEX triplet: 45, 07 and 79. RGB value is (69,7,121). Sum of RGB (Red+Green+Blue) = 69+7+121=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #450779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450779 is #BAF886. Grayscale: #262626. Windows color (decimal): -12253319 or 7931717. OLE color: 7931717.

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

Color convert

RGB697121-
CMYK0.430.9400.53
HSL272.63º89.06%25.1%-
HSV(B)272.63º94.21%47.45%-
XYZ5.982.818.31-
YUV38.53174.54149.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.03%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 121 (47.66% from 255) = 61.42%
R=35.03%
G=3.55%
B=61.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6971210.430.9400.53272.6389.0625.1
Hex457792B5E0351115919
Octal10571715313606542113131
Binary1000101111111100110101110111100110101100010001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450779; }

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

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

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

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

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

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

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

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