Html Css Color HEX #520768 Indigo

📋 copy color: '#520768'

red 82 ◦ green 7 ◦ blue 104

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

Shades of Indigo #520768

Tints of Indigo #520768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

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

R = 42.49%
G = 3.63%
B = 53.89%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#520768 (or 0x520768) is known color: Indigo. HEX triplet: 52, 07 and 68. RGB value is (82,7,104). Sum of RGB (Red+Green+Blue) = 82+7+104=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #520768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520768 is #ADF897. Grayscale: #282828. Windows color (decimal): -11401368 or 6817618. OLE color: 6817618.

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

Color convert

RGB 82 7 104 -
CMYK 0.21 0.93 0 0.59
HSL 286.39º 0.87% 0.22% -
HSV(B) 286.39º 0.93% 0.41% -
XYZ 6.05 2.95 13.35 -
YUV 40.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 82 7 104 0.21 0.93 0 0.59 286.39 0.87 0.22
Hex 52 7 68 15 5D 0 3B 11E 57 16
Octal 122 7 150 25 135 0 73 436 127 26
Binary 1010010 111 1101000 10101 1011101 0 111011 100011110 1010111 10110

Color Harmonies of #520768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520768

Black with #520768

Text Example


Text Example

White with #520768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520768; }

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

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

background-color css

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

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

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

border-color css

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

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

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