Html Css Color HEX #520397 Indigo

📋 copy color: '#520397'

red 82 ◦ green 3 ◦ blue 151

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

Shades of Indigo #520397

Tints of Indigo #520397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 34.75%
G = 1.27%
B = 63.98%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#520397 (or 0x520397) is known color: Indigo. HEX triplet: 52, 03 and 97. RGB value is (82,3,151). Sum of RGB (Red+Green+Blue) = 82+3+151=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #520397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520397 is #ADFC68. Grayscale: #2A2A2A. Windows color (decimal): -11402345 or 9896786. OLE color: 9896786.

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

Color convert

RGB 82 3 151 -
CMYK 0.46 0.98 0 0.41
HSL 272.03º 0.96% 0.3% -
HSV(B) 272.03º 0.98% 0.59% -
XYZ 9.1 4.09 29.59 -
YUV 43.49 188.67 155.47 -
System Red Green Blue C M Y K H S L
Decimal 82 3 151 0.46 0.98 0 0.41 272.03 0.96 0.3
Hex 52 3 97 2E 62 0 29 110 60 1E
Octal 122 3 227 56 142 0 51 420 140 36
Binary 1010010 11 10010111 101110 1100010 0 101001 100010000 1100000 11110

Color Harmonies of #520397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520397

Black with #520397

Text Example


Text Example

White with #520397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520397; }

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

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

background-color css

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

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

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

border-color css

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

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

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