#471272

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

Shades of Indigo #471272

Tints of Indigo #471272

Color information

#471272 (or 0x471272) is unknown color: approx Indigo. HEX triplet: 47, 12 and 72. RGB value is (71,18,114). Sum of RGB (Red+Green+Blue) = 71+18+114=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #471272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471272 is #B8ED8D. Grayscale: #2C2C2C. Windows color (decimal): -12119438 or 7475783. OLE color: 7475783.

HSL color Cylindrical-coordinate representation of color #471272: hue angle of 273.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471272 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7118114-
CMYK0.380.8400.55
HSL273.12º72.73%25.88%-
HSV(B)273.12º84.21%44.71%-
XYZ5.852.9916.19-
YUV44.79167.06146.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=34.98%
G=8.87%
B=56.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71181140.380.8400.55273.1272.7325.88
Hex4712722654037111491a
Octal107221624612406742111132
Binary100011110010111001010011010101000110111100010001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471272; }

 p { color: rgb(71,18,114); }

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

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

 a { background-color: rgb(71,18,114); }

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

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

 span { border-color: rgb(71,18,114); }

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