Html Css Color HEX #520782 Indigo

📋 copy color: '#520782'

red 82 ◦ green 7 ◦ blue 130

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

Shades of Indigo #520782

Tints of Indigo #520782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

 BLUE value IS 130 (51.17% from 255) = 59.36%

R = 37.44%
G = 3.2%
B = 59.36%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520782 (or 0x520782) is known color: Indigo. HEX triplet: 52, 07 and 82. RGB value is (82,7,130). Sum of RGB (Red+Green+Blue) = 82+7+130=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #520782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520782 is #ADF87D. Grayscale: #2B2B2B. Windows color (decimal): -11401342 or 8521554. OLE color: 8521554.

HSL color Cylindrical-coordinate representation of color #520782: hue angle of 276.59º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520782 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 7 130 -
CMYK 0.37 0.95 0 0.49
HSL 276.59º 0.9% 0.27% -
HSV(B) 276.59º 0.95% 0.51% -
XYZ 7.58 3.56 21.41 -
YUV 43.45 176.85 155.5 -
System Red Green Blue C M Y K H S L
Decimal 82 7 130 0.37 0.95 0 0.49 276.59 0.9 0.27
Hex 52 7 82 25 5F 0 31 115 5A 1B
Octal 122 7 202 45 137 0 61 425 132 33
Binary 1010010 111 10000010 100101 1011111 0 110001 100010101 1011010 11011

Color Harmonies of #520782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520782

Black with #520782

Text Example


Text Example

White with #520782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520782; }

 p { color: rgb(82,7,130); }

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

background-color css

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

 a { background-color: rgb(82,7,130); }

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

border-color css

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

 span { border-color: rgb(82,7,130); }

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