Html Css Color HEX #521987 Indigo

📋 copy color: '#521987'

red 82 ◦ green 25 ◦ blue 135

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

Shades of Indigo #521987

Tints of Indigo #521987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.33%

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

R = 33.88%
G = 10.33%
B = 55.79%

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

#521987 (or 0x521987) is known color: Indigo. HEX triplet: 52, 19 and 87. RGB value is (82,25,135). Sum of RGB (Red+Green+Blue) = 82+25+135=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #521987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521987 is #ADE678. Grayscale: #363636. Windows color (decimal): -11396729 or 8853842. OLE color: 8853842.

HSL color Cylindrical-coordinate representation of color #521987: hue angle of 271.09º degrees, saturation: 0.69, 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 #521987 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 25 135 -
CMYK 0.39 0.81 0 0.47
HSL 271.09º 0.69% 0.31% -
HSV(B) 271.09º 0.81% 0.53% -
XYZ 8.2 4.24 23.31 -
YUV 54.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 82 25 135 0.39 0.81 0 0.47 271.09 0.69 0.31
Hex 52 19 87 27 51 0 2F 10F 45 1F
Octal 122 31 207 47 121 0 57 417 105 37
Binary 1010010 11001 10000111 100111 1010001 0 101111 100001111 1000101 11111

Color Harmonies of #521987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521987

Black with #521987

Text Example


Text Example

White with #521987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521987; }

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

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

background-color css

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

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

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

border-color css

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

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

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