Html Css Color HEX #521291 Indigo

📋 copy color: '#521291'

red 82 ◦ green 18 ◦ blue 145

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

Shades of Indigo #521291

Tints of Indigo #521291

RGB

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

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

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

R = 33.47%
G = 7.35%
B = 59.18%

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

#521291 (or 0x521291) is known color: Indigo. HEX triplet: 52, 12 and 91. RGB value is (82,18,145). Sum of RGB (Red+Green+Blue) = 82+18+145=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #521291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521291 is #ADED6E. Grayscale: #333333. Windows color (decimal): -11398511 or 9507410. OLE color: 9507410.

HSL color Cylindrical-coordinate representation of color #521291: hue angle of 270.24º degrees, saturation: 0.78, 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 #521291 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 18 145 -
CMYK 0.43 0.88 0 0.43
HSL 270.24º 0.78% 0.32% -
HSV(B) 270.24º 0.88% 0.57% -
XYZ 8.81 4.27 27.15 -
YUV 51.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 82 18 145 0.43 0.88 0 0.43 270.24 0.78 0.32
Hex 52 12 91 2B 58 0 2B 10E 4E 20
Octal 122 22 221 53 130 0 53 416 116 40
Binary 1010010 10010 10010001 101011 1011000 0 101011 100001110 1001110 100000

Color Harmonies of #521291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521291

Black with #521291

Text Example


Text Example

White with #521291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521291; }

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

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

background-color css

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

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

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

border-color css

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

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

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