Html Css Color HEX #521699 Indigo

📋 copy color: '#521699'

red 82 ◦ green 22 ◦ blue 153

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

Shades of Indigo #521699

Tints of Indigo #521699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

 BLUE value IS 153 (60.16% from 255) = 59.53%

R = 31.91%
G = 8.56%
B = 59.53%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#521699 (or 0x521699) is known color: Indigo. HEX triplet: 52, 16 and 99. RGB value is (82,22,153). Sum of RGB (Red+Green+Blue) = 82+22+153=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #521699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521699 is #ADE966. Grayscale: #363636. Windows color (decimal): -11397479 or 10032722. OLE color: 10032722.

HSL color Cylindrical-coordinate representation of color #521699: hue angle of 267.48º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521699 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 22 153 -
CMYK 0.46 0.86 0 0.4
HSL 267.48º 0.75% 0.34% -
HSV(B) 267.48º 0.86% 0.6% -
XYZ 9.52 4.67 30.54 -
YUV 54.87 183.38 147.35 -
System Red Green Blue C M Y K H S L
Decimal 82 22 153 0.46 0.86 0 0.4 267.48 0.75 0.34
Hex 52 16 99 2E 56 0 28 10B 4B 22
Octal 122 26 231 56 126 0 50 413 113 42
Binary 1010010 10110 10011001 101110 1010110 0 101000 100001011 1001011 100010

Color Harmonies of #521699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521699

Black with #521699

Text Example


Text Example

White with #521699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521699; }

 p { color: rgb(82,22,153); }

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

background-color css

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

 a { background-color: rgb(82,22,153); }

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

border-color css

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

 span { border-color: rgb(82,22,153); }

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