Html Css Color HEX #520569 Indigo

📋 copy color: '#520569'

red 82 ◦ green 5 ◦ blue 105

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

Shades of Indigo #520569

Tints of Indigo #520569

RGB

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

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

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

R = 42.71%
G = 2.6%
B = 54.69%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#520569 (or 0x520569) is known color: Indigo. HEX triplet: 52, 05 and 69. RGB value is (82,5,105). Sum of RGB (Red+Green+Blue) = 82+5+105=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #520569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520569 is #ADFA96. Grayscale: #272727. Windows color (decimal): -11401879 or 6882642. OLE color: 6882642.

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

Color convert

RGB 82 5 105 -
CMYK 0.22 0.95 0 0.59
HSL 286.2º 0.91% 0.22% -
HSV(B) 286.2º 0.95% 0.41% -
XYZ 6.08 2.92 13.61 -
YUV 39.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 82 5 105 0.22 0.95 0 0.59 286.2 0.91 0.22
Hex 52 5 69 16 5F 0 3B 11E 5B 16
Octal 122 5 151 26 137 0 73 436 133 26
Binary 1010010 101 1101001 10110 1011111 0 111011 100011110 1011011 10110

Color Harmonies of #520569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520569

Black with #520569

Text Example


Text Example

White with #520569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520569; }

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

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

background-color css

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

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

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

border-color css

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

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

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