Html Css Color HEX #521889 Indigo

📋 copy color: '#521889'

red 82 ◦ green 24 ◦ blue 137

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

Shades of Indigo #521889

Tints of Indigo #521889

RGB

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

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

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

R = 33.74%
G = 9.88%
B = 56.38%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#521889 (or 0x521889) is known color: Indigo. HEX triplet: 52, 18 and 89. RGB value is (82,24,137). Sum of RGB (Red+Green+Blue) = 82+24+137=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #521889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521889 is #ADE776. Grayscale: #353535. Windows color (decimal): -11396983 or 8984658. OLE color: 8984658.

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

Color convert

RGB 82 24 137 -
CMYK 0.40 0.82 0 0.46
HSL 270.8º 0.7% 0.32% -
HSV(B) 270.8º 0.82% 0.54% -
XYZ 8.32 4.25 24.05 -
YUV 54.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 82 24 137 0.40 0.82 0 0.46 270.8 0.7 0.32
Hex 52 18 89 28 52 0 2E 10F 46 20
Octal 122 30 211 50 122 0 56 417 106 40
Binary 1010010 11000 10001001 101000 1010010 0 101110 100001111 1000110 100000

Color Harmonies of #521889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521889

Black with #521889

Text Example


Text Example

White with #521889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521889; }

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

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

background-color css

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

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

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

border-color css

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

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

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