Html Css Color HEX #520272 Indigo

📋 copy color: '#520272'

red 82 ◦ green 2 ◦ blue 114

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

Shades of Indigo #520272

Tints of Indigo #520272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 57.58%

R = 41.41%
G = 1.01%
B = 57.58%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520272 (or 0x520272) is known color: Indigo. HEX triplet: 52, 02 and 72. RGB value is (82,2,114). Sum of RGB (Red+Green+Blue) = 82+2+114=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #520272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520272 is #ADFD8D. Grayscale: #262626. Windows color (decimal): -11402638 or 7471698. OLE color: 7471698.

HSL color Cylindrical-coordinate representation of color #520272: hue angle of 282.86º 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 #520272 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 2 114 -
CMYK 0.28 0.98 0 0.55
HSL 282.86º 0.97% 0.23% -
HSV(B) 282.86º 0.98% 0.45% -
XYZ 6.54 3.05 16.16 -
YUV 38.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 82 2 114 0.28 0.98 0 0.55 282.86 0.97 0.23
Hex 52 2 72 1C 62 0 37 11B 61 17
Octal 122 2 162 34 142 0 67 433 141 27
Binary 1010010 10 1110010 11100 1100010 0 110111 100011011 1100001 10111

Color Harmonies of #520272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520272

Black with #520272

Text Example


Text Example

White with #520272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520272; }

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

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

background-color css

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

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

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

border-color css

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

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

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