Html Css Color HEX #520174 Indigo

📋 copy color: '#520174'

red 82 ◦ green 1 ◦ blue 116

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

Shades of Indigo #520174

Tints of Indigo #520174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 41.21%
G = 0.5%
B = 58.29%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520174 (or 0x520174) is known color: Indigo. HEX triplet: 52, 01 and 74. RGB value is (82,1,116). Sum of RGB (Red+Green+Blue) = 82+1+116=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #520174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520174 is #ADFE8B. Grayscale: #252525. Windows color (decimal): -11402892 or 7602514. OLE color: 7602514.

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

Color convert

RGB 82 1 116 -
CMYK 0.29 0.99 0 0.55
HSL 282.26º 0.98% 0.23% -
HSV(B) 282.26º 0.99% 0.45% -
XYZ 6.64 3.08 16.77 -
YUV 38.33 171.84 159.15 -
System Red Green Blue C M Y K H S L
Decimal 82 1 116 0.29 0.99 0 0.55 282.26 0.98 0.23
Hex 52 1 74 1D 63 0 37 11A 62 17
Octal 122 1 164 35 143 0 67 432 142 27
Binary 1010010 1 1110100 11101 1100011 0 110111 100011010 1100010 10111

Color Harmonies of #520174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520174

Black with #520174

Text Example


Text Example

White with #520174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520174; }

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

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

background-color css

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

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

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

border-color css

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

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

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