Html Css Color HEX #521480 Indigo

📋 copy color: '#521480'

red 82 ◦ green 20 ◦ blue 128

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

Shades of Indigo #521480

Tints of Indigo #521480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.7%

 BLUE value IS 128 (50.39% from 255) = 55.65%

R = 35.65%
G = 8.7%
B = 55.65%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#521480 (or 0x521480) is known color: Indigo. HEX triplet: 52, 14 and 80. RGB value is (82,20,128). Sum of RGB (Red+Green+Blue) = 82+20+128=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #521480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521480 is #ADEB7F. Grayscale: #323232. Windows color (decimal): -11398016 or 8393810. OLE color: 8393810.

HSL color Cylindrical-coordinate representation of color #521480: hue angle of 274.44º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521480 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 20 128 -
CMYK 0.36 0.84 0 0.50
HSL 274.44º 0.73% 0.29% -
HSV(B) 274.44º 0.84% 0.5% -
XYZ 7.63 3.85 20.76 -
YUV 50.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 82 20 128 0.36 0.84 0 0.50 274.44 0.73 0.29
Hex 52 14 80 24 54 0 32 112 49 1D
Octal 122 24 200 44 124 0 62 422 111 35
Binary 1010010 10100 10000000 100100 1010100 0 110010 100010010 1001001 11101

Color Harmonies of #521480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521480

Black with #521480

Text Example


Text Example

White with #521480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521480; }

 p { color: rgb(82,20,128); }

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

background-color css

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

 a { background-color: rgb(82,20,128); }

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

border-color css

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

 span { border-color: rgb(82,20,128); }

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