Html Css Color HEX #520975 Indigo

📋 copy color: '#520975'

red 82 ◦ green 9 ◦ blue 117

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

Shades of Indigo #520975

Tints of Indigo #520975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.33%

 BLUE value IS 117 (46.09% from 255) = 56.25%

R = 39.42%
G = 4.33%
B = 56.25%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#520975 (or 0x520975) is known color: Indigo. HEX triplet: 52, 09 and 75. RGB value is (82,9,117). Sum of RGB (Red+Green+Blue) = 82+9+117=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #520975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520975 is #ADF68A. Grayscale: #2A2A2A. Windows color (decimal): -11400843 or 7670098. OLE color: 7670098.

HSL color Cylindrical-coordinate representation of color #520975: hue angle of 280.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520975 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 9 117 -
CMYK 0.30 0.92 0 0.54
HSL 280.56º 0.86% 0.25% -
HSV(B) 280.56º 0.92% 0.46% -
XYZ 6.79 3.27 17.1 -
YUV 43.14 169.68 155.72 -
System Red Green Blue C M Y K H S L
Decimal 82 9 117 0.30 0.92 0 0.54 280.56 0.86 0.25
Hex 52 9 75 1E 5C 0 36 119 56 19
Octal 122 11 165 36 134 0 66 431 126 31
Binary 1010010 1001 1110101 11110 1011100 0 110110 100011001 1010110 11001

Color Harmonies of #520975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520975

Black with #520975

Text Example


Text Example

White with #520975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520975; }

 p { color: rgb(82,9,117); }

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

background-color css

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

 a { background-color: rgb(82,9,117); }

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

border-color css

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

 span { border-color: rgb(82,9,117); }

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