Html Css Color HEX #520289 Indigo

📋 copy color: '#520289'

red 82 ◦ green 2 ◦ blue 137

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

Shades of Indigo #520289

Tints of Indigo #520289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 37.1%
G = 0.9%
B = 61.99%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#520289 (or 0x520289) is known color: Indigo. HEX triplet: 52, 02 and 89. RGB value is (82,2,137). Sum of RGB (Red+Green+Blue) = 82+2+137=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #520289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520289 is #ADFD76. Grayscale: #282828. Windows color (decimal): -11402615 or 8979026. OLE color: 8979026.

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

Color convert

RGB 82 2 137 -
CMYK 0.40 0.99 0 0.46
HSL 275.56º 0.97% 0.27% -
HSV(B) 275.56º 0.99% 0.54% -
XYZ 8.02 3.64 23.95 -
YUV 41.31 182 157.02 -
System Red Green Blue C M Y K H S L
Decimal 82 2 137 0.40 0.99 0 0.46 275.56 0.97 0.27
Hex 52 2 89 28 63 0 2E 114 61 1B
Octal 122 2 211 50 143 0 56 424 141 33
Binary 1010010 10 10001001 101000 1100011 0 101110 100010100 1100001 11011

Color Harmonies of #520289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520289

Black with #520289

Text Example


Text Example

White with #520289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520289; }

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

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

background-color css

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

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

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

border-color css

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

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

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