Html Css Color HEX #521575 Indigo

📋 copy color: '#521575'

red 82 ◦ green 21 ◦ blue 117

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

Shades of Indigo #521575

Tints of Indigo #521575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.18%

R = 37.27%
G = 9.55%
B = 53.18%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#521575 (or 0x521575) is known color: Indigo. HEX triplet: 52, 15 and 75. RGB value is (82,21,117). Sum of RGB (Red+Green+Blue) = 82+21+117=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #521575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521575 is #ADEA8A. Grayscale: #313131. Windows color (decimal): -11397771 or 7673170. OLE color: 7673170.

HSL color Cylindrical-coordinate representation of color #521575: hue angle of 278.12º 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 #521575 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 21 117 -
CMYK 0.30 0.82 0 0.54
HSL 278.13º 0.7% 0.27% -
HSV(B) 278.13º 0.82% 0.46% -
XYZ 6.96 3.61 17.16 -
YUV 50.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 82 21 117 0.30 0.82 0 0.54 278.13 0.7 0.27
Hex 52 15 75 1E 52 0 36 116 46 1B
Octal 122 25 165 36 122 0 66 426 106 33
Binary 1010010 10101 1110101 11110 1010010 0 110110 100010110 1000110 11011

Color Harmonies of #521575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521575

Black with #521575

Text Example


Text Example

White with #521575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521575; }

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

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

background-color css

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

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

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

border-color css

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

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

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