Html Css Color HEX #521492 Indigo

📋 copy color: '#521492'

red 82 ◦ green 20 ◦ blue 146

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

Shades of Indigo #521492

Tints of Indigo #521492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.06%

 BLUE value IS 146 (57.42% from 255) = 58.87%

R = 33.06%
G = 8.06%
B = 58.87%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#521492 (or 0x521492) is known color: Indigo. HEX triplet: 52, 14 and 92. RGB value is (82,20,146). Sum of RGB (Red+Green+Blue) = 82+20+146=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #521492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521492 is #ADEB6D. Grayscale: #343434. Windows color (decimal): -11397998 or 9573458. OLE color: 9573458.

HSL color Cylindrical-coordinate representation of color #521492: hue angle of 269.52º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521492 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 20 146 -
CMYK 0.44 0.86 0 0.43
HSL 269.52º 0.76% 0.33% -
HSV(B) 269.52º 0.86% 0.57% -
XYZ 8.92 4.37 27.57 -
YUV 52.9 180.54 148.75 -
System Red Green Blue C M Y K H S L
Decimal 82 20 146 0.44 0.86 0 0.43 269.52 0.76 0.33
Hex 52 14 92 2C 56 0 2B 10E 4C 21
Octal 122 24 222 54 126 0 53 416 114 41
Binary 1010010 10100 10010010 101100 1010110 0 101011 100001110 1001100 100001

Color Harmonies of #521492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521492

Black with #521492

Text Example


Text Example

White with #521492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521492; }

 p { color: rgb(82,20,146); }

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

background-color css

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

 a { background-color: rgb(82,20,146); }

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

border-color css

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

 span { border-color: rgb(82,20,146); }

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