#471575

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

Shades of Indigo #471575

Tints of Indigo #471575

Color information

#471575 (or 0x471575) is unknown color: approx Indigo. HEX triplet: 47, 15 and 75. RGB value is (71,21,117). Sum of RGB (Red+Green+Blue) = 71+21+117=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #471575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471575 is #B8EA8A. Grayscale: #2E2E2E. Windows color (decimal): -12118667 or 7673159. OLE color: 7673159.

HSL color Cylindrical-coordinate representation of color #471575: hue angle of 271.25º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471575 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7121117-
CMYK0.390.8200.54
HSL271.25º69.57%27.06%-
HSV(B)271.25º82.05%45.88%-
XYZ6.083.1617.12-
YUV46.89167.56145.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=33.97%
G=10.05%
B=55.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71211170.390.8200.54271.2569.5727.06
Hex471575275203610f461b
Octal107251654712206641710633
Binary100011110101111010110011110100100110110100001111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471575; }

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

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

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

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

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

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

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

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