#450C79

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

Shades of Indigo #450C79

Tints of Indigo #450C79

Color information

#450C79 (or 0x450C79) is unknown color: approx Indigo. HEX triplet: 45, 0C and 79. RGB value is (69,12,121). Sum of RGB (Red+Green+Blue) = 69+12+121=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #450C79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450C79 is #BAF386. Grayscale: #292929. Windows color (decimal): -12252039 or 7932997. OLE color: 7932997.

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

Color convert

RGB6912121-
CMYK0.430.9000.53
HSL271.38º81.95%26.08%-
HSV(B)271.38º90.08%47.45%-
XYZ6.042.9118.33-
YUV41.47172.88147.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.16%
GREEN value IS 12 (5.08% from 255) = 5.94%
BLUE value IS 121 (47.66% from 255) = 59.90%
R=34.16%
G=5.94%
B=59.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69121210.430.9000.53271.3881.9526.08
Hex45C792B5A03510f521a
Octal105141715313206541712232
Binary10001011100111100110101110110100110101100001111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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