Html Css Color HEX #521571 Indigo

📋 copy color: '#521571'

red 82 ◦ green 21 ◦ blue 113

#521571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #521571

Tints of Indigo #521571

RGB

 RED value IS 82 (32.42% from 255) = 37.96%

 GREEN value IS 21 (8.59% from 255) = 9.72%

 BLUE value IS 113 (44.53% from 255) = 52.31%

R = 37.96%
G = 9.72%
B = 52.31%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#521571 (or 0x521571) is known color: Indigo. HEX triplet: 52, 15 and 71. RGB value is (82,21,113). Sum of RGB (Red+Green+Blue) = 82+21+113=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #521571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521571 is #ADEA8E. Grayscale: #313131. Windows color (decimal): -11397775 or 7411026. OLE color: 7411026.

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

Color convert

RGB 82 21 113 -
CMYK 0.27 0.81 0 0.56
HSL 279.78º 0.69% 0.26% -
HSV(B) 279.78º 0.81% 0.44% -
XYZ 6.73 3.52 15.95 -
YUV 49.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 82 21 113 0.27 0.81 0 0.56 279.78 0.69 0.26
Hex 52 15 71 1B 51 0 38 118 45 1A
Octal 122 25 161 33 121 0 70 430 105 32
Binary 1010010 10101 1110001 11011 1010001 0 111000 100011000 1000101 11010

Color Harmonies of #521571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521571

Black with #521571

Text Example


Text Example

White with #521571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521571; }

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

 H1.HeaderClassName
 {
   color: #521571;
 }
 .AnyTagClassName
 {
   color: #521571;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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