Html Css Color HEX #521175 Indigo

📋 copy color: '#521175'

red 82 ◦ green 17 ◦ blue 117

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

Shades of Indigo #521175

Tints of Indigo #521175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.87%

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

R = 37.96%
G = 7.87%
B = 54.17%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#521175 (or 0x521175) is known color: Indigo. HEX triplet: 52, 11 and 75. RGB value is (82,17,117). Sum of RGB (Red+Green+Blue) = 82+17+117=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #521175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521175 is #ADEE8A. Grayscale: #2F2F2F. Windows color (decimal): -11398795 or 7672146. OLE color: 7672146.

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

Color convert

RGB 82 17 117 -
CMYK 0.30 0.85 0 0.54
HSL 279º 0.75% 0.26% -
HSV(B) 279º 0.85% 0.46% -
XYZ 6.89 3.48 17.14 -
YUV 47.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 82 17 117 0.30 0.85 0 0.54 279 0.75 0.26
Hex 52 11 75 1E 55 0 36 117 4B 1A
Octal 122 21 165 36 125 0 66 427 113 32
Binary 1010010 10001 1110101 11110 1010101 0 110110 100010111 1001011 11010

Color Harmonies of #521175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521175

Black with #521175

Text Example


Text Example

White with #521175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521175; }

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

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

background-color css

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

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

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

border-color css

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

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

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