Html Css Color HEX #520472 Indigo

📋 copy color: '#520472'

red 82 ◦ green 4 ◦ blue 114

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

Shades of Indigo #520472

Tints of Indigo #520472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

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

R = 41%
G = 2%
B = 57%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520472 (or 0x520472) is known color: Indigo. HEX triplet: 52, 04 and 72. RGB value is (82,4,114). Sum of RGB (Red+Green+Blue) = 82+4+114=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #520472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520472 is #ADFB8D. Grayscale: #272727. Windows color (decimal): -11402126 or 7472210. OLE color: 7472210.

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

Color convert

RGB 82 4 114 -
CMYK 0.28 0.96 0 0.55
HSL 282.55º 0.93% 0.23% -
HSV(B) 282.55º 0.96% 0.45% -
XYZ 6.56 3.1 16.17 -
YUV 39.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 82 4 114 0.28 0.96 0 0.55 282.55 0.93 0.23
Hex 52 4 72 1C 60 0 37 11B 5D 17
Octal 122 4 162 34 140 0 67 433 135 27
Binary 1010010 100 1110010 11100 1100000 0 110111 100011011 1011101 10111

Color Harmonies of #520472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520472

Black with #520472

Text Example


Text Example

White with #520472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520472; }

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

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

background-color css

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

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

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

border-color css

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

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

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