Html Css Color HEX #521391 Indigo

📋 copy color: '#521391'

red 82 ◦ green 19 ◦ blue 145

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

Shades of Indigo #521391

Tints of Indigo #521391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

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

R = 33.33%
G = 7.72%
B = 58.94%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#521391 (or 0x521391) is known color: Indigo. HEX triplet: 52, 13 and 91. RGB value is (82,19,145). Sum of RGB (Red+Green+Blue) = 82+19+145=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #521391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521391 is #ADEC6E. Grayscale: #333333. Windows color (decimal): -11398255 or 9507666. OLE color: 9507666.

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

Color convert

RGB 82 19 145 -
CMYK 0.43 0.87 0 0.43
HSL 270º 0.77% 0.32% -
HSV(B) 270º 0.87% 0.57% -
XYZ 8.82 4.3 27.15 -
YUV 52.2 180.37 149.25 -
System Red Green Blue C M Y K H S L
Decimal 82 19 145 0.43 0.87 0 0.43 270 0.77 0.32
Hex 52 13 91 2B 57 0 2B 10E 4D 20
Octal 122 23 221 53 127 0 53 416 115 40
Binary 1010010 10011 10010001 101011 1010111 0 101011 100001110 1001101 100000

Color Harmonies of #521391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521391

Black with #521391

Text Example


Text Example

White with #521391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521391; }

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

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

background-color css

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

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

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

border-color css

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

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

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