Html Css Color HEX #521484 Indigo

📋 copy color: '#521484'

red 82 ◦ green 20 ◦ blue 132

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

Shades of Indigo #521484

Tints of Indigo #521484

RGB

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

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

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

R = 35.04%
G = 8.55%
B = 56.41%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#521484 (or 0x521484) is known color: Indigo. HEX triplet: 52, 14 and 84. RGB value is (82,20,132). Sum of RGB (Red+Green+Blue) = 82+20+132=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #521484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521484 is #ADEB7B. Grayscale: #323232. Windows color (decimal): -11398012 or 8655954. OLE color: 8655954.

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

Color convert

RGB 82 20 132 -
CMYK 0.38 0.85 0 0.48
HSL 273.21º 0.74% 0.3% -
HSV(B) 273.21º 0.85% 0.52% -
XYZ 7.89 3.96 22.18 -
YUV 51.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 82 20 132 0.38 0.85 0 0.48 273.21 0.74 0.3
Hex 52 14 84 26 55 0 30 111 4A 1E
Octal 122 24 204 46 125 0 60 421 112 36
Binary 1010010 10100 10000100 100110 1010101 0 110000 100010001 1001010 11110

Color Harmonies of #521484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521484

Black with #521484

Text Example


Text Example

White with #521484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521484; }

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

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

background-color css

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

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

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

border-color css

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

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

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