Html Css Color HEX #521187 Indigo

📋 copy color: '#521187'

red 82 ◦ green 17 ◦ blue 135

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

Shades of Indigo #521187

Tints of Indigo #521187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 57.69%

R = 35.04%
G = 7.26%
B = 57.69%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#521187 (or 0x521187) is known color: Indigo. HEX triplet: 52, 11 and 87. RGB value is (82,17,135). Sum of RGB (Red+Green+Blue) = 82+17+135=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #521187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521187 is #ADEE78. Grayscale: #313131. Windows color (decimal): -11398777 or 8851794. OLE color: 8851794.

HSL color Cylindrical-coordinate representation of color #521187: hue angle of 273.05º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521187 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 17 135 -
CMYK 0.39 0.87 0 0.47
HSL 273.05º 0.78% 0.3% -
HSV(B) 273.05º 0.87% 0.53% -
XYZ 8.05 3.94 23.26 -
YUV 49.89 176.03 150.91 -
System Red Green Blue C M Y K H S L
Decimal 82 17 135 0.39 0.87 0 0.47 273.05 0.78 0.3
Hex 52 11 87 27 57 0 2F 111 4E 1E
Octal 122 21 207 47 127 0 57 421 116 36
Binary 1010010 10001 10000111 100111 1010111 0 101111 100010001 1001110 11110

Color Harmonies of #521187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521187

Black with #521187

Text Example


Text Example

White with #521187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521187; }

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

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

background-color css

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

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

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

border-color css

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

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

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