#451171

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

Shades of Indigo #451171

Tints of Indigo #451171

Color information

#451171 (or 0x451171) is unknown color: approx Indigo. HEX triplet: 45, 11 and 71. RGB value is (69,17,113). Sum of RGB (Red+Green+Blue) = 69+17+113=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #451171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451171 is #BAEE8E. Grayscale: #2B2B2B. Windows color (decimal): -12250767 or 7409989. OLE color: 7409989.

HSL color Cylindrical-coordinate representation of color #451171: hue angle of 272.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451171 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6917113-
CMYK0.390.8500.56
HSL272.5º73.85%25.49%-
HSV(B)272.5º84.96%44.31%-
XYZ5.642.8615.88-
YUV43.49167.23146.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 113 (44.53% from 255) = 56.78%
R=34.67%
G=8.54%
B=56.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69171130.390.8500.56272.573.8525.49
Hex45117127550381104a19
Octal105211614712507042011231
Binary100010110001111000110011110101010111000100010000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451171; }

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

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

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

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

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

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

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

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