Html Css Color HEX #521086 Indigo

📋 copy color: '#521086'

red 82 ◦ green 16 ◦ blue 134

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

Shades of Indigo #521086

Tints of Indigo #521086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

 BLUE value IS 134 (52.73% from 255) = 57.76%

R = 35.34%
G = 6.9%
B = 57.76%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#521086 (or 0x521086) is known color: Indigo. HEX triplet: 52, 10 and 86. RGB value is (82,16,134). Sum of RGB (Red+Green+Blue) = 82+16+134=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #521086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521086 is #ADEF79. Grayscale: #303030. Windows color (decimal): -11399034 or 8786002. OLE color: 8786002.

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

Color convert

RGB 82 16 134 -
CMYK 0.39 0.88 0 0.47
HSL 273.56º 0.79% 0.29% -
HSV(B) 273.56º 0.88% 0.53% -
XYZ 7.97 3.89 22.88 -
YUV 49.19 175.87 151.41 -
System Red Green Blue C M Y K H S L
Decimal 82 16 134 0.39 0.88 0 0.47 273.56 0.79 0.29
Hex 52 10 86 27 58 0 2F 112 4F 1D
Octal 122 20 206 47 130 0 57 422 117 35
Binary 1010010 10000 10000110 100111 1011000 0 101111 100010010 1001111 11101

Color Harmonies of #521086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521086

Black with #521086

Text Example


Text Example

White with #521086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521086; }

 p { color: rgb(82,16,134); }

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

background-color css

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

 a { background-color: rgb(82,16,134); }

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

border-color css

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

 span { border-color: rgb(82,16,134); }

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