Html Css Color HEX #521481 Indigo

📋 copy color: '#521481'

red 82 ◦ green 20 ◦ blue 129

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

Shades of Indigo #521481

Tints of Indigo #521481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.84%

R = 35.5%
G = 8.66%
B = 55.84%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#521481 (or 0x521481) is known color: Indigo. HEX triplet: 52, 14 and 81. RGB value is (82,20,129). Sum of RGB (Red+Green+Blue) = 82+20+129=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #521481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521481 is #ADEB7E. Grayscale: #323232. Windows color (decimal): -11398015 or 8459346. OLE color: 8459346.

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

Color convert

RGB 82 20 129 -
CMYK 0.36 0.84 0 0.49
HSL 274.13º 0.73% 0.29% -
HSV(B) 274.13º 0.84% 0.51% -
XYZ 7.69 3.88 21.11 -
YUV 50.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 82 20 129 0.36 0.84 0 0.49 274.13 0.73 0.29
Hex 52 14 81 24 54 0 31 112 49 1D
Octal 122 24 201 44 124 0 61 422 111 35
Binary 1010010 10100 10000001 100100 1010100 0 110001 100010010 1001001 11101

Color Harmonies of #521481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521481

Black with #521481

Text Example


Text Example

White with #521481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521481; }

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

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

background-color css

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

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

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

border-color css

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

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

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