Html Css Color HEX #521073 Indigo

📋 copy color: '#521073'

red 82 ◦ green 16 ◦ blue 115

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

Shades of Indigo #521073

Tints of Indigo #521073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.99%

R = 38.5%
G = 7.51%
B = 53.99%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#521073 (or 0x521073) is known color: Indigo. HEX triplet: 52, 10 and 73. RGB value is (82,16,115). Sum of RGB (Red+Green+Blue) = 82+16+115=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #521073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521073 is #ADEF8C. Grayscale: #2E2E2E. Windows color (decimal): -11399053 or 7540818. OLE color: 7540818.

HSL color Cylindrical-coordinate representation of color #521073: hue angle of 280º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521073 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 16 115 -
CMYK 0.29 0.86 0 0.55
HSL 280º 0.76% 0.26% -
HSV(B) 280º 0.86% 0.45% -
XYZ 6.76 3.4 16.52 -
YUV 47.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 82 16 115 0.29 0.86 0 0.55 280 0.76 0.26
Hex 52 10 73 1D 56 0 37 118 4C 1A
Octal 122 20 163 35 126 0 67 430 114 32
Binary 1010010 10000 1110011 11101 1010110 0 110111 100011000 1001100 11010

Color Harmonies of #521073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521073

Black with #521073

Text Example


Text Example

White with #521073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521073; }

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

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

background-color css

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

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

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

border-color css

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

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

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