Html Css Color HEX #520868 Indigo

📋 copy color: '#520868'

red 82 ◦ green 8 ◦ blue 104

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

Shades of Indigo #520868

Tints of Indigo #520868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.12%

 BLUE value IS 104 (41.02% from 255) = 53.61%

R = 42.27%
G = 4.12%
B = 53.61%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#520868 (or 0x520868) is known color: Indigo. HEX triplet: 52, 08 and 68. RGB value is (82,8,104). Sum of RGB (Red+Green+Blue) = 82+8+104=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #520868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520868 is #ADF797. Grayscale: #282828. Windows color (decimal): -11401112 or 6817874. OLE color: 6817874.

HSL color Cylindrical-coordinate representation of color #520868: hue angle of 286.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520868 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 8 104 -
CMYK 0.21 0.92 0 0.59
HSL 286.25º 0.86% 0.22% -
HSV(B) 286.25º 0.92% 0.41% -
XYZ 6.07 2.97 13.35 -
YUV 41.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 82 8 104 0.21 0.92 0 0.59 286.25 0.86 0.22
Hex 52 8 68 15 5C 0 3B 11E 56 16
Octal 122 10 150 25 134 0 73 436 126 26
Binary 1010010 1000 1101000 10101 1011100 0 111011 100011110 1010110 10110

Color Harmonies of #520868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520868

Black with #520868

Text Example


Text Example

White with #520868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520868; }

 p { color: rgb(82,8,104); }

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

background-color css

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

 a { background-color: rgb(82,8,104); }

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

border-color css

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

 span { border-color: rgb(82,8,104); }

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