Html Css Color HEX #521777 Indigo

📋 copy color: '#521777'

red 82 ◦ green 23 ◦ blue 119

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

Shades of Indigo #521777

Tints of Indigo #521777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 36.61%
G = 10.27%
B = 53.13%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#521777 (or 0x521777) is known color: Indigo. HEX triplet: 52, 17 and 77. RGB value is (82,23,119). Sum of RGB (Red+Green+Blue) = 82+23+119=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #521777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521777 is #ADE888. Grayscale: #333333. Windows color (decimal): -11397257 or 7804754. OLE color: 7804754.

HSL color Cylindrical-coordinate representation of color #521777: hue angle of 276.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521777 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 23 119 -
CMYK 0.31 0.81 0 0.53
HSL 276.88º 0.68% 0.28% -
HSV(B) 276.88º 0.81% 0.47% -
XYZ 7.12 3.74 17.8 -
YUV 51.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 82 23 119 0.31 0.81 0 0.53 276.88 0.68 0.28
Hex 52 17 77 1F 51 0 35 115 44 1C
Octal 122 27 167 37 121 0 65 425 104 34
Binary 1010010 10111 1110111 11111 1010001 0 110101 100010101 1000100 11100

Color Harmonies of #521777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521777

Black with #521777

Text Example


Text Example

White with #521777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521777; }

 p { color: rgb(82,23,119); }

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

background-color css

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

 a { background-color: rgb(82,23,119); }

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

border-color css

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

 span { border-color: rgb(82,23,119); }

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