Html Css Color HEX #520684 Indigo

📋 copy color: '#520684'

red 82 ◦ green 6 ◦ blue 132

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

Shades of Indigo #520684

Tints of Indigo #520684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60%

R = 37.27%
G = 2.73%
B = 60%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#520684 (or 0x520684) is known color: Indigo. HEX triplet: 52, 06 and 84. RGB value is (82,6,132). Sum of RGB (Red+Green+Blue) = 82+6+132=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #520684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520684 is #ADF97B. Grayscale: #2A2A2A. Windows color (decimal): -11401596 or 8652370. OLE color: 8652370.

HSL color Cylindrical-coordinate representation of color #520684: hue angle of 276.19º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520684 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 6 132 -
CMYK 0.38 0.95 0 0.48
HSL 276.19º 0.91% 0.27% -
HSV(B) 276.19º 0.95% 0.52% -
XYZ 7.71 3.59 22.12 -
YUV 43.09 178.18 155.75 -
System Red Green Blue C M Y K H S L
Decimal 82 6 132 0.38 0.95 0 0.48 276.19 0.91 0.27
Hex 52 6 84 26 5F 0 30 114 5B 1B
Octal 122 6 204 46 137 0 60 424 133 33
Binary 1010010 110 10000100 100110 1011111 0 110000 100010100 1011011 11011

Color Harmonies of #520684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520684

Black with #520684

Text Example


Text Example

White with #520684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520684; }

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

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

background-color css

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

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

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

border-color css

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

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

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