Html Css Color HEX #520469 Indigo

📋 copy color: '#520469'

red 82 ◦ green 4 ◦ blue 105

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

Shades of Indigo #520469

Tints of Indigo #520469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

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

R = 42.93%
G = 2.09%
B = 54.97%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#520469 (or 0x520469) is known color: Indigo. HEX triplet: 52, 04 and 69. RGB value is (82,4,105). Sum of RGB (Red+Green+Blue) = 82+4+105=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #520469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520469 is #ADFB96. Grayscale: #262626. Windows color (decimal): -11402135 or 6882386. OLE color: 6882386.

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

Color convert

RGB 82 4 105 -
CMYK 0.22 0.96 0 0.59
HSL 286.34º 0.93% 0.21% -
HSV(B) 286.34º 0.96% 0.41% -
XYZ 6.07 2.9 13.6 -
YUV 38.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 82 4 105 0.22 0.96 0 0.59 286.34 0.93 0.21
Hex 52 4 69 16 60 0 3B 11E 5D 15
Octal 122 4 151 26 140 0 73 436 135 25
Binary 1010010 100 1101001 10110 1100000 0 111011 100011110 1011101 10101

Color Harmonies of #520469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520469

Black with #520469

Text Example


Text Example

White with #520469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520469; }

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

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

background-color css

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

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

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

border-color css

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

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

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