Html Css Color HEX #521191 Indigo

📋 copy color: '#521191'

red 82 ◦ green 17 ◦ blue 145

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

Shades of Indigo #521191

Tints of Indigo #521191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.97%

 BLUE value IS 145 (57.03% from 255) = 59.43%

R = 33.61%
G = 6.97%
B = 59.43%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#521191 (or 0x521191) is known color: Indigo. HEX triplet: 52, 11 and 91. RGB value is (82,17,145). Sum of RGB (Red+Green+Blue) = 82+17+145=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #521191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521191 is #ADEE6E. Grayscale: #323232. Windows color (decimal): -11398767 or 9507154. OLE color: 9507154.

HSL color Cylindrical-coordinate representation of color #521191: hue angle of 270.47º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521191 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 17 145 -
CMYK 0.43 0.88 0 0.43
HSL 270.47º 0.79% 0.32% -
HSV(B) 270.47º 0.88% 0.57% -
XYZ 8.79 4.24 27.14 -
YUV 51.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 82 17 145 0.43 0.88 0 0.43 270.47 0.79 0.32
Hex 52 11 91 2B 58 0 2B 10E 4F 20
Octal 122 21 221 53 130 0 53 416 117 40
Binary 1010010 10001 10010001 101011 1011000 0 101011 100001110 1001111 100000

Color Harmonies of #521191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521191

Black with #521191

Text Example


Text Example

White with #521191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521191; }

 p { color: rgb(82,17,145); }

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

background-color css

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

 a { background-color: rgb(82,17,145); }

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

border-color css

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

 span { border-color: rgb(82,17,145); }

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