Html Css Color HEX #520895 Indigo

📋 copy color: '#520895'

red 82 ◦ green 8 ◦ blue 149

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

Shades of Indigo #520895

Tints of Indigo #520895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

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

R = 34.31%
G = 3.35%
B = 62.34%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#520895 (or 0x520895) is known color: Indigo. HEX triplet: 52, 08 and 95. RGB value is (82,8,149). Sum of RGB (Red+Green+Blue) = 82+8+149=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #520895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520895 is #ADF76A. Grayscale: #2D2D2D. Windows color (decimal): -11401067 or 9766994. OLE color: 9766994.

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

Color convert

RGB 82 8 149 -
CMYK 0.45 0.95 0 0.42
HSL 271.49º 0.9% 0.31% -
HSV(B) 271.49º 0.95% 0.58% -
XYZ 8.99 4.14 28.76 -
YUV 46.2 186.02 153.54 -
System Red Green Blue C M Y K H S L
Decimal 82 8 149 0.45 0.95 0 0.42 271.49 0.9 0.31
Hex 52 8 95 2D 5F 0 2A 10F 5A 1F
Octal 122 10 225 55 137 0 52 417 132 37
Binary 1010010 1000 10010101 101101 1011111 0 101010 100001111 1011010 11111

Color Harmonies of #520895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520895

Black with #520895

Text Example


Text Example

White with #520895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520895; }

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

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

background-color css

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

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

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

border-color css

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

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

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