Html Css Color HEX #521786 Indigo

📋 copy color: '#521786'

red 82 ◦ green 23 ◦ blue 134

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

Shades of Indigo #521786

Tints of Indigo #521786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.62%

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

R = 34.31%
G = 9.62%
B = 56.07%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#521786 (or 0x521786) is known color: Indigo. HEX triplet: 52, 17 and 86. RGB value is (82,23,134). Sum of RGB (Red+Green+Blue) = 82+23+134=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #521786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521786 is #ADE879. Grayscale: #343434. Windows color (decimal): -11397242 or 8787794. OLE color: 8787794.

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

Color convert

RGB 82 23 134 -
CMYK 0.39 0.83 0 0.47
HSL 271.89º 0.71% 0.31% -
HSV(B) 271.89º 0.83% 0.53% -
XYZ 8.09 4.13 22.92 -
YUV 53.3 173.55 148.47 -
System Red Green Blue C M Y K H S L
Decimal 82 23 134 0.39 0.83 0 0.47 271.89 0.71 0.31
Hex 52 17 86 27 53 0 2F 110 47 1F
Octal 122 27 206 47 123 0 57 420 107 37
Binary 1010010 10111 10000110 100111 1010011 0 101111 100010000 1000111 11111

Color Harmonies of #521786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521786

Black with #521786

Text Example


Text Example

White with #521786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521786; }

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

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

background-color css

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

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

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

border-color css

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

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

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