Html Css Color HEX #520984 Indigo

📋 copy color: '#520984'

red 82 ◦ green 9 ◦ blue 132

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

Shades of Indigo #520984

Tints of Indigo #520984

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

 BLUE value IS 132 (51.95% from 255) = 59.19%

R = 36.77%
G = 4.04%
B = 59.19%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#520984 (or 0x520984) is known color: Indigo. HEX triplet: 52, 09 and 84. RGB value is (82,9,132). Sum of RGB (Red+Green+Blue) = 82+9+132=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #520984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520984 is #ADF67B. Grayscale: #2C2C2C. Windows color (decimal): -11400828 or 8653138. OLE color: 8653138.

HSL color Cylindrical-coordinate representation of color #520984: hue angle of 275.61º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520984 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 9 132 -
CMYK 0.38 0.93 0 0.48
HSL 275.61º 0.87% 0.28% -
HSV(B) 275.61º 0.93% 0.52% -
XYZ 7.74 3.66 22.13 -
YUV 44.85 177.18 154.5 -
System Red Green Blue C M Y K H S L
Decimal 82 9 132 0.38 0.93 0 0.48 275.61 0.87 0.28
Hex 52 9 84 26 5D 0 30 114 57 1C
Octal 122 11 204 46 135 0 60 424 127 34
Binary 1010010 1001 10000100 100110 1011101 0 110000 100010100 1010111 11100

Color Harmonies of #520984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520984

Black with #520984

Text Example


Text Example

White with #520984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520984; }

 p { color: rgb(82,9,132); }

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

background-color css

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

 a { background-color: rgb(82,9,132); }

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

border-color css

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

 span { border-color: rgb(82,9,132); }

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