Html Css Color HEX #520494 Indigo

📋 copy color: '#520494'

red 82 ◦ green 4 ◦ blue 148

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

Shades of Indigo #520494

Tints of Indigo #520494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 63.25%

R = 35.04%
G = 1.71%
B = 63.25%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#520494 (or 0x520494) is known color: Indigo. HEX triplet: 52, 04 and 94. RGB value is (82,4,148). Sum of RGB (Red+Green+Blue) = 82+4+148=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #520494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520494 is #ADFB6B. Grayscale: #2B2B2B. Windows color (decimal): -11402092 or 9700434. OLE color: 9700434.

HSL color Cylindrical-coordinate representation of color #520494: hue angle of 272.5º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520494 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 4 148 -
CMYK 0.45 0.97 0 0.42
HSL 272.5º 0.95% 0.3% -
HSV(B) 272.5º 0.97% 0.58% -
XYZ 8.87 4.02 28.33 -
YUV 43.74 186.84 155.29 -
System Red Green Blue C M Y K H S L
Decimal 82 4 148 0.45 0.97 0 0.42 272.5 0.95 0.3
Hex 52 4 94 2D 61 0 2A 110 5F 1E
Octal 122 4 224 55 141 0 52 420 137 36
Binary 1010010 100 10010100 101101 1100001 0 101010 100010000 1011111 11110

Color Harmonies of #520494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520494

Black with #520494

Text Example


Text Example

White with #520494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520494; }

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

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

background-color css

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

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

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

border-color css

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

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

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