Html Css Color HEX #520069 Indigo

📋 copy color: '#520069'

red 82 ◦ green 0 ◦ blue 105

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

Shades of Indigo #520069

Tints of Indigo #520069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.85%
G = 0%
B = 56.15%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#520069 (or 0x520069) is known color: Indigo. HEX triplet: 52, 00 and 69. RGB value is (82,0,105). Sum of RGB (Red+Green+Blue) = 82+0+105=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #520069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520069 is #ADFF96. Grayscale: #242424. Windows color (decimal): -11403159 or 6881362. OLE color: 6881362.

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

Color convert

RGB 82 0 105 -
CMYK 0.22 1 0 0.59
HSL 286.86º 1% 0.21% -
HSV(B) 286.86º 1% 0.41% -
XYZ 6.03 2.81 13.59 -
YUV 36.49 166.67 160.46 -
System Red Green Blue C M Y K H S L
Decimal 82 0 105 0.22 1 0 0.59 286.86 1 0.21
Hex 52 0 69 16 64 0 3B 11F 64 15
Octal 122 0 151 26 144 0 73 437 144 25
Binary 1010010 0 1101001 10110 1100100 0 111011 100011111 1100100 10101

Color Harmonies of #520069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520069

Black with #520069

Text Example


Text Example

White with #520069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520069; }

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

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

background-color css

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

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

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

border-color css

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

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

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