#471274

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

Shades of Indigo #471274

Tints of Indigo #471274

Color information

#471274 (or 0x471274) is unknown color: approx Indigo. HEX triplet: 47, 12 and 74. RGB value is (71,18,116). Sum of RGB (Red+Green+Blue) = 71+18+116=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #471274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471274 is #B8ED8B. Grayscale: #2C2C2C. Windows color (decimal): -12119436 or 7606855. OLE color: 7606855.

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

Color convert

RGB7118116-
CMYK0.390.8400.55
HSL272.45º73.13%26.27%-
HSV(B)272.45º84.48%45.49%-
XYZ5.973.0316.79-
YUV45.02168.06146.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 18 (7.42% from 255) = 8.78%
BLUE value IS 116 (45.70% from 255) = 56.59%
R=34.63%
G=8.78%
B=56.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71181160.390.8400.55272.4573.1326.27
Hex4712742754037110491a
Octal107221644712406742011132
Binary100011110010111010010011110101000110111100010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471274; }

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

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

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

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

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

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

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

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