Html Css Color HEX #520568 Indigo

📋 copy color: '#520568'

red 82 ◦ green 5 ◦ blue 104

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

Shades of Indigo #520568

Tints of Indigo #520568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

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

R = 42.93%
G = 2.62%
B = 54.45%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#520568 (or 0x520568) is known color: Indigo. HEX triplet: 52, 05 and 68. RGB value is (82,5,104). Sum of RGB (Red+Green+Blue) = 82+5+104=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #520568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520568 is #ADFA97. Grayscale: #262626. Windows color (decimal): -11401880 or 6817106. OLE color: 6817106.

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

Color convert

RGB 82 5 104 -
CMYK 0.21 0.95 0 0.59
HSL 286.67º 0.91% 0.21% -
HSV(B) 286.67º 0.95% 0.41% -
XYZ 6.03 2.9 13.34 -
YUV 39.31 164.51 158.45 -
System Red Green Blue C M Y K H S L
Decimal 82 5 104 0.21 0.95 0 0.59 286.67 0.91 0.21
Hex 52 5 68 15 5F 0 3B 11F 5B 15
Octal 122 5 150 25 137 0 73 437 133 25
Binary 1010010 101 1101000 10101 1011111 0 111011 100011111 1011011 10101

Color Harmonies of #520568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520568

Black with #520568

Text Example


Text Example

White with #520568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520568; }

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

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

background-color css

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

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

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

border-color css

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

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

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