Html Css Color HEX #520972 Indigo

📋 copy color: '#520972'

red 82 ◦ green 9 ◦ blue 114

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

Shades of Indigo #520972

Tints of Indigo #520972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.39%

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

R = 40%
G = 4.39%
B = 55.61%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520972 (or 0x520972) is known color: Indigo. HEX triplet: 52, 09 and 72. RGB value is (82,9,114). Sum of RGB (Red+Green+Blue) = 82+9+114=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #520972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520972 is #ADF68D. Grayscale: #2A2A2A. Windows color (decimal): -11400846 or 7473490. OLE color: 7473490.

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

Color convert

RGB 82 9 114 -
CMYK 0.28 0.92 0 0.55
HSL 281.71º 0.85% 0.24% -
HSV(B) 281.71º 0.92% 0.45% -
XYZ 6.61 3.2 16.19 -
YUV 42.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 82 9 114 0.28 0.92 0 0.55 281.71 0.85 0.24
Hex 52 9 72 1C 5C 0 37 11A 55 18
Octal 122 11 162 34 134 0 67 432 125 30
Binary 1010010 1001 1110010 11100 1011100 0 110111 100011010 1010101 11000

Color Harmonies of #520972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520972

Black with #520972

Text Example


Text Example

White with #520972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520972; }

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

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

background-color css

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

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

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

border-color css

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

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

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