Html Css Color HEX #521289 Indigo

📋 copy color: '#521289'

red 82 ◦ green 18 ◦ blue 137

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

Shades of Indigo #521289

Tints of Indigo #521289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

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

R = 34.6%
G = 7.59%
B = 57.81%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#521289 (or 0x521289) is known color: Indigo. HEX triplet: 52, 12 and 89. RGB value is (82,18,137). Sum of RGB (Red+Green+Blue) = 82+18+137=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #521289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521289 is #ADED76. Grayscale: #323232. Windows color (decimal): -11398519 or 8983122. OLE color: 8983122.

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

Color convert

RGB 82 18 137 -
CMYK 0.40 0.87 0 0.46
HSL 272.27º 0.77% 0.3% -
HSV(B) 272.27º 0.87% 0.54% -
XYZ 8.21 4.03 24.01 -
YUV 50.7 176.7 150.32 -
System Red Green Blue C M Y K H S L
Decimal 82 18 137 0.40 0.87 0 0.46 272.27 0.77 0.3
Hex 52 12 89 28 57 0 2E 110 4D 1E
Octal 122 22 211 50 127 0 56 420 115 36
Binary 1010010 10010 10001001 101000 1010111 0 101110 100010000 1001101 11110

Color Harmonies of #521289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521289

Black with #521289

Text Example


Text Example

White with #521289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521289; }

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

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

background-color css

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

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

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

border-color css

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

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

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