Html Css Color HEX #520674 Indigo

📋 copy color: '#520674'

red 82 ◦ green 6 ◦ blue 116

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

Shades of Indigo #520674

Tints of Indigo #520674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 40.2%
G = 2.94%
B = 56.86%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520674 (or 0x520674) is known color: Indigo. HEX triplet: 52, 06 and 74. RGB value is (82,6,116). Sum of RGB (Red+Green+Blue) = 82+6+116=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #520674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520674 is #ADF98B. Grayscale: #282828. Windows color (decimal): -11401612 or 7603794. OLE color: 7603794.

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

Color convert

RGB 82 6 116 -
CMYK 0.29 0.95 0 0.55
HSL 281.45º 0.9% 0.24% -
HSV(B) 281.45º 0.95% 0.45% -
XYZ 6.7 3.19 16.78 -
YUV 41.26 170.18 157.06 -
System Red Green Blue C M Y K H S L
Decimal 82 6 116 0.29 0.95 0 0.55 281.45 0.9 0.24
Hex 52 6 74 1D 5F 0 37 119 5A 18
Octal 122 6 164 35 137 0 67 431 132 30
Binary 1010010 110 1110100 11101 1011111 0 110111 100011001 1011010 11000

Color Harmonies of #520674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520674

Black with #520674

Text Example


Text Example

White with #520674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520674; }

 p { color: rgb(82,6,116); }

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

background-color css

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

 a { background-color: rgb(82,6,116); }

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

border-color css

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

 span { border-color: rgb(82,6,116); }

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