Html Css Color HEX #521677 Indigo

📋 copy color: '#521677'

red 82 ◦ green 22 ◦ blue 119

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

Shades of Indigo #521677

Tints of Indigo #521677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

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

R = 36.77%
G = 9.87%
B = 53.36%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#521677 (or 0x521677) is known color: Indigo. HEX triplet: 52, 16 and 77. RGB value is (82,22,119). Sum of RGB (Red+Green+Blue) = 82+22+119=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #521677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521677 is #ADE988. Grayscale: #323232. Windows color (decimal): -11397513 or 7804498. OLE color: 7804498.

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

Color convert

RGB 82 22 119 -
CMYK 0.31 0.82 0 0.53
HSL 277.11º 0.69% 0.28% -
HSV(B) 277.11º 0.82% 0.47% -
XYZ 7.1 3.7 17.79 -
YUV 51 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 82 22 119 0.31 0.82 0 0.53 277.11 0.69 0.28
Hex 52 16 77 1F 52 0 35 115 45 1C
Octal 122 26 167 37 122 0 65 425 105 34
Binary 1010010 10110 1110111 11111 1010010 0 110101 100010101 1000101 11100

Color Harmonies of #521677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521677

Black with #521677

Text Example


Text Example

White with #521677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521677; }

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

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

background-color css

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

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

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

border-color css

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

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

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