Html Css Color HEX #520273 Indigo

📋 copy color: '#520273'

red 82 ◦ green 2 ◦ blue 115

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

Shades of Indigo #520273

Tints of Indigo #520273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 57.79%

R = 41.21%
G = 1.01%
B = 57.79%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520273 (or 0x520273) is known color: Indigo. HEX triplet: 52, 02 and 73. RGB value is (82,2,115). Sum of RGB (Red+Green+Blue) = 82+2+115=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #520273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520273 is #ADFD8C. Grayscale: #262626. Windows color (decimal): -11402637 or 7537234. OLE color: 7537234.

HSL color Cylindrical-coordinate representation of color #520273: hue angle of 282.48º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520273 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 2 115 -
CMYK 0.29 0.98 0 0.55
HSL 282.48º 0.97% 0.23% -
HSV(B) 282.48º 0.98% 0.45% -
XYZ 6.6 3.08 16.47 -
YUV 38.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 82 2 115 0.29 0.98 0 0.55 282.48 0.97 0.23
Hex 52 2 73 1D 62 0 37 11A 61 17
Octal 122 2 163 35 142 0 67 432 141 27
Binary 1010010 10 1110011 11101 1100010 0 110111 100011010 1100001 10111

Color Harmonies of #520273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520273

Black with #520273

Text Example


Text Example

White with #520273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520273; }

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

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

background-color css

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

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

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

border-color css

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

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

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