Html Css Color HEX #520195 Indigo

📋 copy color: '#520195'

red 82 ◦ green 1 ◦ blue 149

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

Shades of Indigo #520195

Tints of Indigo #520195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 35.34%
G = 0.43%
B = 64.22%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#520195 (or 0x520195) is known color: Indigo. HEX triplet: 52, 01 and 95. RGB value is (82,1,149). Sum of RGB (Red+Green+Blue) = 82+1+149=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #520195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520195 is #ADFE6A. Grayscale: #292929. Windows color (decimal): -11402859 or 9765202. OLE color: 9765202.

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

Color convert

RGB 82 1 149 -
CMYK 0.45 0.99 0 0.42
HSL 272.84º 0.99% 0.29% -
HSV(B) 272.84º 0.99% 0.58% -
XYZ 8.92 3.99 28.73 -
YUV 42.09 188.34 156.47 -
System Red Green Blue C M Y K H S L
Decimal 82 1 149 0.45 0.99 0 0.42 272.84 0.99 0.29
Hex 52 1 95 2D 63 0 2A 111 63 1D
Octal 122 1 225 55 143 0 52 421 143 35
Binary 1010010 1 10010101 101101 1100011 0 101010 100010001 1100011 11101

Color Harmonies of #520195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520195

Black with #520195

Text Example


Text Example

White with #520195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520195; }

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

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

background-color css

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

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

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

border-color css

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

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

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