Html Css Color HEX #520297 Indigo

📋 copy color: '#520297'

red 82 ◦ green 2 ◦ blue 151

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

Shades of Indigo #520297

Tints of Indigo #520297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 34.89%
G = 0.85%
B = 64.26%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#520297 (or 0x520297) is known color: Indigo. HEX triplet: 52, 02 and 97. RGB value is (82,2,151). Sum of RGB (Red+Green+Blue) = 82+2+151=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #520297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520297 is #ADFD68. Grayscale: #2A2A2A. Windows color (decimal): -11402601 or 9896530. OLE color: 9896530.

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

Color convert

RGB 82 2 151 -
CMYK 0.46 0.99 0 0.41
HSL 272.21º 0.97% 0.3% -
HSV(B) 272.21º 0.99% 0.59% -
XYZ 9.09 4.07 29.59 -
YUV 42.91 189 155.88 -
System Red Green Blue C M Y K H S L
Decimal 82 2 151 0.46 0.99 0 0.41 272.21 0.97 0.3
Hex 52 2 97 2E 63 0 29 110 61 1E
Octal 122 2 227 56 143 0 51 420 141 36
Binary 1010010 10 10010111 101110 1100011 0 101001 100010000 1100001 11110

Color Harmonies of #520297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520297

Black with #520297

Text Example


Text Example

White with #520297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520297; }

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

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

background-color css

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

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

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

border-color css

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

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

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