Html Css Color HEX #521880 Indigo

📋 copy color: '#521880'

red 82 ◦ green 24 ◦ blue 128

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

Shades of Indigo #521880

Tints of Indigo #521880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.26%

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

R = 35.04%
G = 10.26%
B = 54.7%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#521880 (or 0x521880) is known color: Indigo. HEX triplet: 52, 18 and 80. RGB value is (82,24,128). Sum of RGB (Red+Green+Blue) = 82+24+128=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #521880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521880 is #ADE77F. Grayscale: #343434. Windows color (decimal): -11396992 or 8394834. OLE color: 8394834.

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

Color convert

RGB 82 24 128 -
CMYK 0.36 0.81 0 0.50
HSL 273.46º 0.68% 0.3% -
HSV(B) 273.46º 0.81% 0.5% -
XYZ 7.7 4.01 20.79 -
YUV 53.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 82 24 128 0.36 0.81 0 0.50 273.46 0.68 0.3
Hex 52 18 80 24 51 0 32 111 44 1E
Octal 122 30 200 44 121 0 62 421 104 36
Binary 1010010 11000 10000000 100100 1010001 0 110010 100010001 1000100 11110

Color Harmonies of #521880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521880

Black with #521880

Text Example


Text Example

White with #521880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521880; }

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

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

background-color css

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

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

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

border-color css

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

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

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