Html Css Color HEX #520474 Indigo

📋 copy color: '#520474'

red 82 ◦ green 4 ◦ blue 116

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

Shades of Indigo #520474

Tints of Indigo #520474

RGB

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

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

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

R = 40.59%
G = 1.98%
B = 57.43%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520474 (or 0x520474) is known color: Indigo. HEX triplet: 52, 04 and 74. RGB value is (82,4,116). Sum of RGB (Red+Green+Blue) = 82+4+116=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #520474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520474 is #ADFB8B. Grayscale: #272727. Windows color (decimal): -11402124 or 7603282. OLE color: 7603282.

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

Color convert

RGB 82 4 116 -
CMYK 0.29 0.97 0 0.55
HSL 281.79º 0.93% 0.24% -
HSV(B) 281.79º 0.97% 0.45% -
XYZ 6.68 3.14 16.78 -
YUV 40.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 82 4 116 0.29 0.97 0 0.55 281.79 0.93 0.24
Hex 52 4 74 1D 61 0 37 11A 5D 18
Octal 122 4 164 35 141 0 67 432 135 30
Binary 1010010 100 1110100 11101 1100001 0 110111 100011010 1011101 11000

Color Harmonies of #520474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520474

Black with #520474

Text Example


Text Example

White with #520474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520474; }

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

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

background-color css

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

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

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

border-color css

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

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

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