Html Css Color HEX #520988 Indigo

📋 copy color: '#520988'

red 82 ◦ green 9 ◦ blue 136

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

Shades of Indigo #520988

Tints of Indigo #520988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 59.91%

R = 36.12%
G = 3.96%
B = 59.91%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#520988 (or 0x520988) is known color: Indigo. HEX triplet: 52, 09 and 88. RGB value is (82,9,136). Sum of RGB (Red+Green+Blue) = 82+9+136=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #520988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520988 is #ADF677. Grayscale: #2C2C2C. Windows color (decimal): -11400824 or 8915282. OLE color: 8915282.

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

Color convert

RGB 82 9 136 -
CMYK 0.40 0.93 0 0.47
HSL 274.49º 0.88% 0.28% -
HSV(B) 274.49º 0.93% 0.53% -
XYZ 8.02 3.77 23.6 -
YUV 45.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 82 9 136 0.40 0.93 0 0.47 274.49 0.88 0.28
Hex 52 9 88 28 5D 0 2F 112 58 1C
Octal 122 11 210 50 135 0 57 422 130 34
Binary 1010010 1001 10001000 101000 1011101 0 101111 100010010 1011000 11100

Color Harmonies of #520988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520988

Black with #520988

Text Example


Text Example

White with #520988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520988; }

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

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

background-color css

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

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

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

border-color css

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

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

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