Html Css Color HEX #520F95 Indigo

📋 copy color: '#520F95'

red 82 ◦ green 15 ◦ blue 149

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

Shades of Indigo #520F95

Tints of Indigo #520F95

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

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

R = 33.33%
G = 6.1%
B = 60.57%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#520F95 (or 0x520F95) is known color: Indigo. HEX triplet: 52, 0F and 95. RGB value is (82,15,149). Sum of RGB (Red+Green+Blue) = 82+15+149=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #520F95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520F95 is #ADF06A. Grayscale: #313131. Windows color (decimal): -11399275 or 9768786. OLE color: 9768786.

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

Color convert

RGB 82 15 149 -
CMYK 0.45 0.90 0 0.42
HSL 270º 0.82% 0.32% -
HSV(B) 270º 0.9% 0.58% -
XYZ 9.08 4.31 28.79 -
YUV 50.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 82 15 149 0.45 0.90 0 0.42 270 0.82 0.32
Hex 52 F 95 2D 5A 0 2A 10E 52 20
Octal 122 17 225 55 132 0 52 416 122 40
Binary 1010010 1111 10010101 101101 1011010 0 101010 100001110 1010010 100000

Color Harmonies of #520F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F95

Black with #520F95

Text Example


Text Example

White with #520F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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