Html Css Color HEX #520175 Indigo

📋 copy color: '#520175'

red 82 ◦ green 1 ◦ blue 117

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

Shades of Indigo #520175

Tints of Indigo #520175

RGB

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

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

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

R = 41%
G = 0.5%
B = 58.5%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#520175 (or 0x520175) is known color: Indigo. HEX triplet: 52, 01 and 75. RGB value is (82,1,117). Sum of RGB (Red+Green+Blue) = 82+1+117=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #520175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520175 is #ADFE8A. Grayscale: #262626. Windows color (decimal): -11402891 or 7668050. OLE color: 7668050.

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

Color convert

RGB 82 1 117 -
CMYK 0.30 0.99 0 0.54
HSL 281.9º 0.98% 0.23% -
HSV(B) 281.9º 0.99% 0.46% -
XYZ 6.7 3.1 17.07 -
YUV 38.44 172.34 159.07 -
System Red Green Blue C M Y K H S L
Decimal 82 1 117 0.30 0.99 0 0.54 281.9 0.98 0.23
Hex 52 1 75 1E 63 0 36 11A 62 17
Octal 122 1 165 36 143 0 66 432 142 27
Binary 1010010 1 1110101 11110 1100011 0 110110 100011010 1100010 10111

Color Harmonies of #520175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520175

Black with #520175

Text Example


Text Example

White with #520175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520175; }

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

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

background-color css

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

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

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

border-color css

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

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

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