Html Css Color HEX #521789 Indigo

📋 copy color: '#521789'

red 82 ◦ green 23 ◦ blue 137

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

Shades of Indigo #521789

Tints of Indigo #521789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.61%

R = 33.88%
G = 9.5%
B = 56.61%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#521789 (or 0x521789) is known color: Indigo. HEX triplet: 52, 17 and 89. RGB value is (82,23,137). Sum of RGB (Red+Green+Blue) = 82+23+137=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #521789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521789 is #ADE876. Grayscale: #353535. Windows color (decimal): -11397239 or 8984402. OLE color: 8984402.

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

Color convert

RGB 82 23 137 -
CMYK 0.40 0.83 0 0.46
HSL 271.05º 0.71% 0.31% -
HSV(B) 271.05º 0.83% 0.54% -
XYZ 8.3 4.21 24.04 -
YUV 53.64 175.05 148.23 -
System Red Green Blue C M Y K H S L
Decimal 82 23 137 0.40 0.83 0 0.46 271.05 0.71 0.31
Hex 52 17 89 28 53 0 2E 10F 47 1F
Octal 122 27 211 50 123 0 56 417 107 37
Binary 1010010 10111 10001001 101000 1010011 0 101110 100001111 1000111 11111

Color Harmonies of #521789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521789

Black with #521789

Text Example


Text Example

White with #521789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521789; }

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

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

background-color css

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

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

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

border-color css

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

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

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