Html Css Color HEX #520886 Indigo

📋 copy color: '#520886'

red 82 ◦ green 8 ◦ blue 134

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

Shades of Indigo #520886

Tints of Indigo #520886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

 BLUE value IS 134 (52.73% from 255) = 59.82%

R = 36.61%
G = 3.57%
B = 59.82%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#520886 (or 0x520886) is known color: Indigo. HEX triplet: 52, 08 and 86. RGB value is (82,8,134). Sum of RGB (Red+Green+Blue) = 82+8+134=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #520886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520886 is #ADF779. Grayscale: #2C2C2C. Windows color (decimal): -11401082 or 8783954. OLE color: 8783954.

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

Color convert

RGB 82 8 134 -
CMYK 0.39 0.94 0 0.47
HSL 275.24º 0.89% 0.28% -
HSV(B) 275.24º 0.94% 0.53% -
XYZ 7.87 3.69 22.85 -
YUV 44.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 82 8 134 0.39 0.94 0 0.47 275.24 0.89 0.28
Hex 52 8 86 27 5E 0 2F 113 59 1C
Octal 122 10 206 47 136 0 57 423 131 34
Binary 1010010 1000 10000110 100111 1011110 0 101111 100010011 1011001 11100

Color Harmonies of #520886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520886

Black with #520886

Text Example


Text Example

White with #520886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520886; }

 p { color: rgb(82,8,134); }

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

background-color css

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

 a { background-color: rgb(82,8,134); }

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

border-color css

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

 span { border-color: rgb(82,8,134); }

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