Html Css Color HEX #520672 Indigo

📋 copy color: '#520672'

red 82 ◦ green 6 ◦ blue 114

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

Shades of Indigo #520672

Tints of Indigo #520672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.44%

R = 40.59%
G = 2.97%
B = 56.44%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520672 (or 0x520672) is known color: Indigo. HEX triplet: 52, 06 and 72. RGB value is (82,6,114). Sum of RGB (Red+Green+Blue) = 82+6+114=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #520672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520672 is #ADF98D. Grayscale: #282828. Windows color (decimal): -11401614 or 7472722. OLE color: 7472722.

HSL color Cylindrical-coordinate representation of color #520672: hue angle of 282.22º 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 #520672 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 6 114 -
CMYK 0.28 0.95 0 0.55
HSL 282.22º 0.9% 0.24% -
HSV(B) 282.22º 0.95% 0.45% -
XYZ 6.58 3.14 16.18 -
YUV 41.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 82 6 114 0.28 0.95 0 0.55 282.22 0.9 0.24
Hex 52 6 72 1C 5F 0 37 11A 5A 18
Octal 122 6 162 34 137 0 67 432 132 30
Binary 1010010 110 1110010 11100 1011111 0 110111 100011010 1011010 11000

Color Harmonies of #520672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520672

Black with #520672

Text Example


Text Example

White with #520672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520672; }

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

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

background-color css

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

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

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

border-color css

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

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

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