Html Css Color HEX #521069 Indigo

📋 copy color: '#521069'

red 82 ◦ green 16 ◦ blue 105

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

Shades of Indigo #521069

Tints of Indigo #521069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

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

R = 40.39%
G = 7.88%
B = 51.72%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#521069 (or 0x521069) is known color: Indigo. HEX triplet: 52, 10 and 69. RGB value is (82,16,105). Sum of RGB (Red+Green+Blue) = 82+16+105=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #521069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521069 is #ADEF96. Grayscale: #2D2D2D. Windows color (decimal): -11399063 or 6885458. OLE color: 6885458.

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

Color convert

RGB 82 16 105 -
CMYK 0.22 0.85 0 0.59
HSL 284.49º 0.74% 0.24% -
HSV(B) 284.49º 0.85% 0.41% -
XYZ 6.21 3.18 13.65 -
YUV 45.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 82 16 105 0.22 0.85 0 0.59 284.49 0.74 0.24
Hex 52 10 69 16 55 0 3B 11C 4A 18
Octal 122 20 151 26 125 0 73 434 112 30
Binary 1010010 10000 1101001 10110 1010101 0 111011 100011100 1001010 11000

Color Harmonies of #521069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521069

Black with #521069

Text Example


Text Example

White with #521069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521069; }

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

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

background-color css

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

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

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

border-color css

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

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

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