Html Css Color HEX #520168 Indigo

📋 copy color: '#520168'

red 82 ◦ green 1 ◦ blue 104

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

Shades of Indigo #520168

Tints of Indigo #520168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 43.85%
G = 0.53%
B = 55.61%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#520168 (or 0x520168) is known color: Indigo. HEX triplet: 52, 01 and 68. RGB value is (82,1,104). Sum of RGB (Red+Green+Blue) = 82+1+104=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #520168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520168 is #ADFE97. Grayscale: #242424. Windows color (decimal): -11402904 or 6816082. OLE color: 6816082.

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

Color convert

RGB 82 1 104 -
CMYK 0.21 0.99 0 0.59
HSL 287.18º 0.98% 0.21% -
HSV(B) 287.18º 0.99% 0.41% -
XYZ 5.99 2.82 13.32 -
YUV 36.96 165.84 160.12 -
System Red Green Blue C M Y K H S L
Decimal 82 1 104 0.21 0.99 0 0.59 287.18 0.98 0.21
Hex 52 1 68 15 63 0 3B 11F 62 15
Octal 122 1 150 25 143 0 73 437 142 25
Binary 1010010 1 1101000 10101 1100011 0 111011 100011111 1100010 10101

Color Harmonies of #520168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520168

Black with #520168

Text Example


Text Example

White with #520168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520168; }

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

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

background-color css

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

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

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

border-color css

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

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

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