Html Css Color HEX #520869 Indigo

📋 copy color: '#520869'

red 82 ◦ green 8 ◦ blue 105

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

Shades of Indigo #520869

Tints of Indigo #520869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.85%

R = 42.05%
G = 4.1%
B = 53.85%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#520869 (or 0x520869) is known color: Indigo. HEX triplet: 52, 08 and 69. RGB value is (82,8,105). Sum of RGB (Red+Green+Blue) = 82+8+105=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #520869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520869 is #ADF796. Grayscale: #282828. Windows color (decimal): -11401111 or 6883410. OLE color: 6883410.

HSL color Cylindrical-coordinate representation of color #520869: hue angle of 285.77º 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 #520869 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 8 105 -
CMYK 0.22 0.92 0 0.59
HSL 285.77º 0.86% 0.22% -
HSV(B) 285.77º 0.92% 0.41% -
XYZ 6.12 2.99 13.62 -
YUV 41.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 82 8 105 0.22 0.92 0 0.59 285.77 0.86 0.22
Hex 52 8 69 16 5C 0 3B 11E 56 16
Octal 122 10 151 26 134 0 73 436 126 26
Binary 1010010 1000 1101001 10110 1011100 0 111011 100011110 1010110 10110

Color Harmonies of #520869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520869

Black with #520869

Text Example


Text Example

White with #520869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520869; }

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

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

background-color css

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

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

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

border-color css

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

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

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