Html Css Color HEX #521787 Indigo

📋 copy color: '#521787'

red 82 ◦ green 23 ◦ blue 135

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

Shades of Indigo #521787

Tints of Indigo #521787

RGB

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

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

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

R = 34.17%
G = 9.58%
B = 56.25%

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

#521787 (or 0x521787) is known color: Indigo. HEX triplet: 52, 17 and 87. RGB value is (82,23,135). Sum of RGB (Red+Green+Blue) = 82+23+135=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #521787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521787 is #ADE878. Grayscale: #353535. Windows color (decimal): -11397241 or 8853330. OLE color: 8853330.

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

Color convert

RGB 82 23 135 -
CMYK 0.39 0.83 0 0.47
HSL 271.61º 0.71% 0.31% -
HSV(B) 271.61º 0.83% 0.53% -
XYZ 8.16 4.16 23.29 -
YUV 53.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 82 23 135 0.39 0.83 0 0.47 271.61 0.71 0.31
Hex 52 17 87 27 53 0 2F 110 47 1F
Octal 122 27 207 47 123 0 57 420 107 37
Binary 1010010 10111 10000111 100111 1010011 0 101111 100010000 1000111 11111

Color Harmonies of #521787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521787

Black with #521787

Text Example


Text Example

White with #521787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521787; }

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

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

background-color css

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

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

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

border-color css

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

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

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