Html Css Color HEX #520897 Indigo

📋 copy color: '#520897'

red 82 ◦ green 8 ◦ blue 151

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

Shades of Indigo #520897

Tints of Indigo #520897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 62.66%

R = 34.02%
G = 3.32%
B = 62.66%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#520897 (or 0x520897) is known color: Indigo. HEX triplet: 52, 08 and 97. RGB value is (82,8,151). Sum of RGB (Red+Green+Blue) = 82+8+151=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #520897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520897 is #ADF768. Grayscale: #2D2D2D. Windows color (decimal): -11401065 or 9898066. OLE color: 9898066.

HSL color Cylindrical-coordinate representation of color #520897: hue angle of 271.05º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520897 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 8 151 -
CMYK 0.46 0.95 0 0.41
HSL 271.05º 0.9% 0.31% -
HSV(B) 271.05º 0.95% 0.59% -
XYZ 9.15 4.2 29.61 -
YUV 46.43 187.02 153.37 -
System Red Green Blue C M Y K H S L
Decimal 82 8 151 0.46 0.95 0 0.41 271.05 0.9 0.31
Hex 52 8 97 2E 5F 0 29 10F 5A 1F
Octal 122 10 227 56 137 0 51 417 132 37
Binary 1010010 1000 10010111 101110 1011111 0 101001 100001111 1011010 11111

Color Harmonies of #520897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520897

Black with #520897

Text Example


Text Example

White with #520897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520897; }

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

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

background-color css

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

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

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

border-color css

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

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

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