Html Css Color HEX #520463 Indigo

📋 copy color: '#520463'

red 82 ◦ green 4 ◦ blue 99

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

Shades of Indigo #520463

Tints of Indigo #520463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 44.32%
G = 2.16%
B = 53.51%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#520463 (or 0x520463) is known color: Indigo. HEX triplet: 52, 04 and 63. RGB value is (82,4,99). Sum of RGB (Red+Green+Blue) = 82+4+99=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #520463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520463 is #ADFB9C. Grayscale: #252525. Windows color (decimal): -11402141 or 6489170. OLE color: 6489170.

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

Color convert

RGB 82 4 99 -
CMYK 0.17 0.96 0 0.61
HSL 289.26º 0.92% 0.2% -
HSV(B) 289.26º 0.96% 0.39% -
XYZ 5.78 2.78 12.04 -
YUV 38.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 82 4 99 0.17 0.96 0 0.61 289.26 0.92 0.2
Hex 52 4 63 11 60 0 3D 121 5C 14
Octal 122 4 143 21 140 0 75 441 134 24
Binary 1010010 100 1100011 10001 1100000 0 111101 100100001 1011100 10100

Color Harmonies of #520463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520463

Black with #520463

Text Example


Text Example

White with #520463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520463; }

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

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

background-color css

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

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

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

border-color css

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

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

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