Html Css Color HEX #520769 Indigo

📋 copy color: '#520769'

red 82 ◦ green 7 ◦ blue 105

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

Shades of Indigo #520769

Tints of Indigo #520769

RGB

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

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

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

R = 42.27%
G = 3.61%
B = 54.12%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#520769 (or 0x520769) is known color: Indigo. HEX triplet: 52, 07 and 69. RGB value is (82,7,105). Sum of RGB (Red+Green+Blue) = 82+7+105=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #520769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520769 is #ADF896. Grayscale: #282828. Windows color (decimal): -11401367 or 6883154. OLE color: 6883154.

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

Color convert

RGB 82 7 105 -
CMYK 0.22 0.93 0 0.59
HSL 285.92º 0.88% 0.22% -
HSV(B) 285.92º 0.93% 0.41% -
XYZ 6.11 2.97 13.62 -
YUV 40.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 82 7 105 0.22 0.93 0 0.59 285.92 0.88 0.22
Hex 52 7 69 16 5D 0 3B 11E 58 16
Octal 122 7 151 26 135 0 73 436 130 26
Binary 1010010 111 1101001 10110 1011101 0 111011 100011110 1011000 10110

Color Harmonies of #520769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520769

Black with #520769

Text Example


Text Example

White with #520769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520769; }

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

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

background-color css

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

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

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

border-color css

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

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

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