Html Css Color HEX #521095 Indigo

📋 copy color: '#521095'

red 82 ◦ green 16 ◦ blue 149

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

Shades of Indigo #521095

Tints of Indigo #521095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.48%

 BLUE value IS 149 (58.59% from 255) = 60.32%

R = 33.2%
G = 6.48%
B = 60.32%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#521095 (or 0x521095) is known color: Indigo. HEX triplet: 52, 10 and 95. RGB value is (82,16,149). Sum of RGB (Red+Green+Blue) = 82+16+149=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #521095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521095 is #ADEF6A. Grayscale: #323232. Windows color (decimal): -11399019 or 9769042. OLE color: 9769042.

HSL color Cylindrical-coordinate representation of color #521095: hue angle of 269.77º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521095 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 16 149 -
CMYK 0.45 0.89 0 0.42
HSL 269.77º 0.81% 0.32% -
HSV(B) 269.77º 0.89% 0.58% -
XYZ 9.09 4.33 28.79 -
YUV 50.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 82 16 149 0.45 0.89 0 0.42 269.77 0.81 0.32
Hex 52 10 95 2D 59 0 2A 10E 51 20
Octal 122 20 225 55 131 0 52 416 121 40
Binary 1010010 10000 10010101 101101 1011001 0 101010 100001110 1010001 100000

Color Harmonies of #521095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521095

Black with #521095

Text Example


Text Example

White with #521095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521095; }

 p { color: rgb(82,16,149); }

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

background-color css

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

 a { background-color: rgb(82,16,149); }

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

border-color css

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

 span { border-color: rgb(82,16,149); }

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