Html Css Color HEX #520275 Indigo

📋 copy color: '#520275'

red 82 ◦ green 2 ◦ blue 117

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

Shades of Indigo #520275

Tints of Indigo #520275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 40.8%
G = 1%
B = 58.21%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#520275 (or 0x520275) is known color: Indigo. HEX triplet: 52, 02 and 75. RGB value is (82,2,117). Sum of RGB (Red+Green+Blue) = 82+2+117=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #520275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520275 is #ADFD8A. Grayscale: #262626. Windows color (decimal): -11402635 or 7668306. OLE color: 7668306.

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

Color convert

RGB 82 2 117 -
CMYK 0.30 0.98 0 0.54
HSL 281.74º 0.97% 0.23% -
HSV(B) 281.74º 0.98% 0.46% -
XYZ 6.71 3.12 17.08 -
YUV 39.03 172 158.65 -
System Red Green Blue C M Y K H S L
Decimal 82 2 117 0.30 0.98 0 0.54 281.74 0.97 0.23
Hex 52 2 75 1E 62 0 36 11A 61 17
Octal 122 2 165 36 142 0 66 432 141 27
Binary 1010010 10 1110101 11110 1100010 0 110110 100011010 1100001 10111

Color Harmonies of #520275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520275

Black with #520275

Text Example


Text Example

White with #520275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520275; }

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

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

background-color css

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

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

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

border-color css

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

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

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