Html Css Color HEX #520963 Indigo

📋 copy color: '#520963'

red 82 ◦ green 9 ◦ blue 99

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

Shades of Indigo #520963

Tints of Indigo #520963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.74%

 BLUE value IS 99 (39.06% from 255) = 52.11%

R = 43.16%
G = 4.74%
B = 52.11%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#520963 (or 0x520963) is known color: Indigo. HEX triplet: 52, 09 and 63. RGB value is (82,9,99). Sum of RGB (Red+Green+Blue) = 82+9+99=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #520963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520963 is #ADF69C. Grayscale: #282828. Windows color (decimal): -11400861 or 6490450. OLE color: 6490450.

HSL color Cylindrical-coordinate representation of color #520963: hue angle of 288.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520963 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 9 99 -
CMYK 0.17 0.91 0 0.61
HSL 288.67º 0.83% 0.21% -
HSV(B) 288.67º 0.91% 0.39% -
XYZ 5.83 2.89 12.05 -
YUV 41.09 160.68 157.18 -
System Red Green Blue C M Y K H S L
Decimal 82 9 99 0.17 0.91 0 0.61 288.67 0.83 0.21
Hex 52 9 63 11 5B 0 3D 121 53 15
Octal 122 11 143 21 133 0 75 441 123 25
Binary 1010010 1001 1100011 10001 1011011 0 111101 100100001 1010011 10101

Color Harmonies of #520963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520963

Black with #520963

Text Example


Text Example

White with #520963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520963; }

 p { color: rgb(82,9,99); }

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

background-color css

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

 a { background-color: rgb(82,9,99); }

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

border-color css

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

 span { border-color: rgb(82,9,99); }

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