Html Css Color HEX #521380 Indigo

📋 copy color: '#521380'

red 82 ◦ green 19 ◦ blue 128

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

Shades of Indigo #521380

Tints of Indigo #521380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

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

R = 35.81%
G = 8.3%
B = 55.9%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#521380 (or 0x521380) is known color: Indigo. HEX triplet: 52, 13 and 80. RGB value is (82,19,128). Sum of RGB (Red+Green+Blue) = 82+19+128=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #521380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521380 is #ADEC7F. Grayscale: #313131. Windows color (decimal): -11398272 or 8393554. OLE color: 8393554.

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

Color convert

RGB 82 19 128 -
CMYK 0.36 0.85 0 0.50
HSL 274.68º 0.74% 0.29% -
HSV(B) 274.68º 0.85% 0.5% -
XYZ 7.61 3.82 20.76 -
YUV 50.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 82 19 128 0.36 0.85 0 0.50 274.68 0.74 0.29
Hex 52 13 80 24 55 0 32 113 4A 1D
Octal 122 23 200 44 125 0 62 423 112 35
Binary 1010010 10011 10000000 100100 1010101 0 110010 100010011 1001010 11101

Color Harmonies of #521380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521380

Black with #521380

Text Example


Text Example

White with #521380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521380; }

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

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

background-color css

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

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

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

border-color css

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

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

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