Html Css Color HEX #520184 Indigo

📋 copy color: '#520184'

red 82 ◦ green 1 ◦ blue 132

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

Shades of Indigo #520184

Tints of Indigo #520184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 61.4%

R = 38.14%
G = 0.47%
B = 61.4%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#520184 (or 0x520184) is known color: Indigo. HEX triplet: 52, 01 and 84. RGB value is (82,1,132). Sum of RGB (Red+Green+Blue) = 82+1+132=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #520184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520184 is #ADFE7B. Grayscale: #272727. Windows color (decimal): -11402876 or 8651090. OLE color: 8651090.

HSL color Cylindrical-coordinate representation of color #520184: hue angle of 277.1º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520184 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 1 132 -
CMYK 0.38 0.99 0 0.48
HSL 277.1º 0.98% 0.26% -
HSV(B) 277.1º 0.99% 0.52% -
XYZ 7.66 3.48 22.1 -
YUV 40.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 82 1 132 0.38 0.99 0 0.48 277.1 0.98 0.26
Hex 52 1 84 26 63 0 30 115 62 1A
Octal 122 1 204 46 143 0 60 425 142 32
Binary 1010010 1 10000100 100110 1100011 0 110000 100010101 1100010 11010

Color Harmonies of #520184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520184

Black with #520184

Text Example


Text Example

White with #520184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520184; }

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

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

background-color css

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

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

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

border-color css

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

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

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