Html Css Color HEX #520969 Indigo

📋 copy color: '#520969'

red 82 ◦ green 9 ◦ blue 105

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

Shades of Indigo #520969

Tints of Indigo #520969

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

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

R = 41.84%
G = 4.59%
B = 53.57%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#520969 (or 0x520969) is known color: Indigo. HEX triplet: 52, 09 and 69. RGB value is (82,9,105). Sum of RGB (Red+Green+Blue) = 82+9+105=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #520969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520969 is #ADF696. Grayscale: #292929. Windows color (decimal): -11400855 or 6883666. OLE color: 6883666.

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

Color convert

RGB 82 9 105 -
CMYK 0.22 0.91 0 0.59
HSL 285.63º 0.84% 0.22% -
HSV(B) 285.63º 0.91% 0.41% -
XYZ 6.13 3.01 13.62 -
YUV 41.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 82 9 105 0.22 0.91 0 0.59 285.63 0.84 0.22
Hex 52 9 69 16 5B 0 3B 11E 54 16
Octal 122 11 151 26 133 0 73 436 124 26
Binary 1010010 1001 1101001 10110 1011011 0 111011 100011110 1010100 10110

Color Harmonies of #520969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520969

Black with #520969

Text Example


Text Example

White with #520969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520969; }

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

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

background-color css

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

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

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

border-color css

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

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

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