Html Css Color HEX #521A86 Indigo

📋 copy color: '#521A86'

red 82 ◦ green 26 ◦ blue 134

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

Shades of Indigo #521A86

Tints of Indigo #521A86

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.74%

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

R = 33.88%
G = 10.74%
B = 55.37%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#521A86 (or 0x521A86) is known color: Indigo. HEX triplet: 52, 1A and 86. RGB value is (82,26,134). Sum of RGB (Red+Green+Blue) = 82+26+134=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #521A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A86 is #ADE579. Grayscale: #363636. Windows color (decimal): -11396474 or 8788562. OLE color: 8788562.

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

Color convert

RGB 82 26 134 -
CMYK 0.39 0.81 0 0.47
HSL 271.11º 0.68% 0.31% -
HSV(B) 271.11º 0.81% 0.53% -
XYZ 8.15 4.25 22.95 -
YUV 55.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 82 26 134 0.39 0.81 0 0.47 271.11 0.68 0.31
Hex 52 1A 86 27 51 0 2F 10F 44 1F
Octal 122 32 206 47 121 0 57 417 104 37
Binary 1010010 11010 10000110 100111 1010001 0 101111 100001111 1000100 11111

Color Harmonies of #521A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A86

Black with #521A86

Text Example


Text Example

White with #521A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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