#451179

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

Shades of Indigo #451179

Tints of Indigo #451179

Color information

#451179 (or 0x451179) is unknown color: approx Indigo. HEX triplet: 45, 11 and 79. RGB value is (69,17,121). Sum of RGB (Red+Green+Blue) = 69+17+121=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #451179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451179 is #BAEE86. Grayscale: #2C2C2C. Windows color (decimal): -12250759 or 7934277. OLE color: 7934277.

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

Color convert

RGB6917121-
CMYK0.430.8600.53
HSL270º75.36%27.06%-
HSV(B)270º85.95%47.45%-
XYZ6.113.0518.36-
YUV44.4171.23145.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 121 (47.66% from 255) = 58.45%
R=33.33%
G=8.21%
B=58.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69171210.430.8600.5327075.3627.06
Hex4511792B5603510e4b1b
Octal105211715312606541611333
Binary100010110001111100110101110101100110101100001110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451179; }

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

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

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

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

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

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

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

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