#471596

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

Shades of Indigo #471596

Tints of Indigo #471596

Color information

#471596 (or 0x471596) is unknown color: approx Indigo. HEX triplet: 47, 15 and 96. RGB value is (71,21,150). Sum of RGB (Red+Green+Blue) = 71+21+150=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #471596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471596 is #B8EA69. Grayscale: #323232. Windows color (decimal): -12118634 or 9835847. OLE color: 9835847.

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

Color convert

RGB7121150-
CMYK0.530.8600.41
HSL263.26º75.44%33.53%-
HSV(B)263.26º86%58.82%-
XYZ8.374.0829.2-
YUV50.66184.06142.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 150 (58.98% from 255) = 61.98%
R=29.34%
G=8.68%
B=61.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71211500.530.8600.41263.2675.4433.53
Hex47159635560291074b22
Octal107252266512605140711342
Binary10001111010110010110110101101011001010011000001111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471596; }

 p { color: rgb(71,21,150); }

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

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

 a { background-color: rgb(71,21,150); }

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

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

 span { border-color: rgb(71,21,150); }

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