Html Css Color HEX #521589 Indigo

📋 copy color: '#521589'

red 82 ◦ green 21 ◦ blue 137

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

Shades of Indigo #521589

Tints of Indigo #521589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.75%

 BLUE value IS 137 (53.91% from 255) = 57.08%

R = 34.17%
G = 8.75%
B = 57.08%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#521589 (or 0x521589) is known color: Indigo. HEX triplet: 52, 15 and 89. RGB value is (82,21,137). Sum of RGB (Red+Green+Blue) = 82+21+137=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #521589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521589 is #ADEA76. Grayscale: #343434. Windows color (decimal): -11397751 or 8983890. OLE color: 8983890.

HSL color Cylindrical-coordinate representation of color #521589: hue angle of 271.55º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521589 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 21 137 -
CMYK 0.40 0.85 0 0.46
HSL 271.55º 0.73% 0.31% -
HSV(B) 271.55º 0.85% 0.54% -
XYZ 8.26 4.14 24.03 -
YUV 52.46 175.71 149.07 -
System Red Green Blue C M Y K H S L
Decimal 82 21 137 0.40 0.85 0 0.46 271.55 0.73 0.31
Hex 52 15 89 28 55 0 2E 110 49 1F
Octal 122 25 211 50 125 0 56 420 111 37
Binary 1010010 10101 10001001 101000 1010101 0 101110 100010000 1001001 11111

Color Harmonies of #521589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521589

Black with #521589

Text Example


Text Example

White with #521589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521589; }

 p { color: rgb(82,21,137); }

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

background-color css

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

 a { background-color: rgb(82,21,137); }

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

border-color css

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

 span { border-color: rgb(82,21,137); }

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