#521471

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

Shades of Indigo #521471

Tints of Indigo #521471

Color information

#521471 (or 0x521471) is unknown color: approx Indigo. HEX triplet: 52, 14 and 71. RGB value is (82,20,113). Sum of RGB (Red+Green+Blue) = 82+20+113=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #521471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521471 is #ADEB8E. Grayscale: #303030. Windows color (decimal): -11398031 or 7410770. OLE color: 7410770.

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

Color convert

RGB8220113-
CMYK0.270.8200.56
HSL280º69.92%26.08%-
HSV(B)280º82.3%44.31%-
XYZ6.713.4915.94-
YUV49.14164.04151.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 20 (8.20% from 255) = 9.30%
BLUE value IS 113 (44.53% from 255) = 52.56%
R=38.14%
G=9.30%
B=52.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82201130.270.8200.5628069.9226.08
Hex5214711B52038118461a
Octal122241613312207043010632
Binary10100101010011100011101110100100111000100011000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521471; }

 p { color: rgb(82,20,113); }

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

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

 a { background-color: rgb(82,20,113); }

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

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

 span { border-color: rgb(82,20,113); }

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