#471273

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

Shades of Indigo #471273

Tints of Indigo #471273

Color information

#471273 (or 0x471273) is unknown color: approx Indigo. HEX triplet: 47, 12 and 73. RGB value is (71,18,115). Sum of RGB (Red+Green+Blue) = 71+18+115=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #471273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471273 is #B8ED8C. Grayscale: #2C2C2C. Windows color (decimal): -12119437 or 7541319. OLE color: 7541319.

HSL color Cylindrical-coordinate representation of color #471273: hue angle of 272.78º 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 #471273 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7118115-
CMYK0.380.8400.55
HSL272.78º72.93%26.08%-
HSV(B)272.78º84.35%45.1%-
XYZ5.913.0116.49-
YUV44.9167.56146.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=34.80%
G=8.82%
B=56.37%

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
Decimal71181150.380.8400.55272.7872.9326.08
Hex4712732654037111491a
Octal107221634612406742111132
Binary100011110010111001110011010101000110111100010001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471273; }

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

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

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

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

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

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

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

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