Html Css Color HEX #521676 Indigo

📋 copy color: '#521676'

red 82 ◦ green 22 ◦ blue 118

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

Shades of Indigo #521676

Tints of Indigo #521676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.15%

R = 36.94%
G = 9.91%
B = 53.15%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#521676 (or 0x521676) is known color: Indigo. HEX triplet: 52, 16 and 76. RGB value is (82,22,118). Sum of RGB (Red+Green+Blue) = 82+22+118=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #521676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521676 is #ADE989. Grayscale: #323232. Windows color (decimal): -11397514 or 7738962. OLE color: 7738962.

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

Color convert

RGB 82 22 118 -
CMYK 0.31 0.81 0 0.54
HSL 277.5º 0.69% 0.27% -
HSV(B) 277.5º 0.81% 0.46% -
XYZ 7.04 3.68 17.48 -
YUV 50.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 82 22 118 0.31 0.81 0 0.54 277.5 0.69 0.27
Hex 52 16 76 1F 51 0 36 116 45 1B
Octal 122 26 166 37 121 0 66 426 105 33
Binary 1010010 10110 1110110 11111 1010001 0 110110 100010110 1000101 11011

Color Harmonies of #521676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521676

Black with #521676

Text Example


Text Example

White with #521676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521676; }

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

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

background-color css

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

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

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

border-color css

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

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

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