Html Css Color HEX #520787 Indigo

📋 copy color: '#520787'

red 82 ◦ green 7 ◦ blue 135

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

Shades of Indigo #520787

Tints of Indigo #520787

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

 BLUE value IS 135 (53.13% from 255) = 60.27%

R = 36.61%
G = 3.13%
B = 60.27%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#520787 (or 0x520787) is known color: Indigo. HEX triplet: 52, 07 and 87. RGB value is (82,7,135). Sum of RGB (Red+Green+Blue) = 82+7+135=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #520787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520787 is #ADF878. Grayscale: #2B2B2B. Windows color (decimal): -11401337 or 8849234. OLE color: 8849234.

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

Color convert

RGB 82 7 135 -
CMYK 0.39 0.95 0 0.47
HSL 275.16º 0.9% 0.28% -
HSV(B) 275.16º 0.95% 0.53% -
XYZ 7.93 3.7 23.22 -
YUV 44.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 82 7 135 0.39 0.95 0 0.47 275.16 0.9 0.28
Hex 52 7 87 27 5F 0 2F 113 5A 1C
Octal 122 7 207 47 137 0 57 423 132 34
Binary 1010010 111 10000111 100111 1011111 0 101111 100010011 1011010 11100

Color Harmonies of #520787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520787

Black with #520787

Text Example


Text Example

White with #520787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520787; }

 p { color: rgb(82,7,135); }

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

background-color css

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

 a { background-color: rgb(82,7,135); }

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

border-color css

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

 span { border-color: rgb(82,7,135); }

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