Html Css Color HEX #520574 Indigo

📋 copy color: '#520574'

red 82 ◦ green 5 ◦ blue 116

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

Shades of Indigo #520574

Tints of Indigo #520574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

 BLUE value IS 116 (45.7% from 255) = 57.14%

R = 40.39%
G = 2.46%
B = 57.14%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520574 (or 0x520574) is known color: Indigo. HEX triplet: 52, 05 and 74. RGB value is (82,5,116). Sum of RGB (Red+Green+Blue) = 82+5+116=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #520574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520574 is #ADFA8B. Grayscale: #282828. Windows color (decimal): -11401868 or 7603538. OLE color: 7603538.

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

Color convert

RGB 82 5 116 -
CMYK 0.29 0.96 0 0.55
HSL 281.62º 0.92% 0.24% -
HSV(B) 281.62º 0.96% 0.45% -
XYZ 6.69 3.16 16.78 -
YUV 40.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 82 5 116 0.29 0.96 0 0.55 281.62 0.92 0.24
Hex 52 5 74 1D 60 0 37 11A 5C 18
Octal 122 5 164 35 140 0 67 432 134 30
Binary 1010010 101 1110100 11101 1100000 0 110111 100011010 1011100 11000

Color Harmonies of #520574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520574

Black with #520574

Text Example


Text Example

White with #520574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520574; }

 p { color: rgb(82,5,116); }

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

background-color css

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

 a { background-color: rgb(82,5,116); }

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

border-color css

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

 span { border-color: rgb(82,5,116); }

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