Html Css Color HEX #521371 Indigo

📋 copy color: '#521371'

red 82 ◦ green 19 ◦ blue 113

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

Shades of Indigo #521371

Tints of Indigo #521371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

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

R = 38.32%
G = 8.88%
B = 52.8%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#521371 (or 0x521371) is known color: Indigo. HEX triplet: 52, 13 and 71. RGB value is (82,19,113). Sum of RGB (Red+Green+Blue) = 82+19+113=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #521371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521371 is #ADEC8E. Grayscale: #303030. Windows color (decimal): -11398287 or 7410514. OLE color: 7410514.

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

Color convert

RGB 82 19 113 -
CMYK 0.27 0.83 0 0.56
HSL 280.21º 0.71% 0.26% -
HSV(B) 280.21º 0.83% 0.44% -
XYZ 6.69 3.45 15.94 -
YUV 48.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 82 19 113 0.27 0.83 0 0.56 280.21 0.71 0.26
Hex 52 13 71 1B 53 0 38 118 47 1A
Octal 122 23 161 33 123 0 70 430 107 32
Binary 1010010 10011 1110001 11011 1010011 0 111000 100011000 1000111 11010

Color Harmonies of #521371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521371

Black with #521371

Text Example


Text Example

White with #521371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521371; }

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

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

background-color css

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

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

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

border-color css

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

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

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