Html Css Color HEX #521782 Indigo

📋 copy color: '#521782'

red 82 ◦ green 23 ◦ blue 130

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

Shades of Indigo #521782

Tints of Indigo #521782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.79%

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

R = 34.89%
G = 9.79%
B = 55.32%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#521782 (or 0x521782) is known color: Indigo. HEX triplet: 52, 17 and 82. RGB value is (82,23,130). Sum of RGB (Red+Green+Blue) = 82+23+130=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #521782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521782 is #ADE87D. Grayscale: #343434. Windows color (decimal): -11397246 or 8525650. OLE color: 8525650.

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

Color convert

RGB 82 23 130 -
CMYK 0.37 0.82 0 0.49
HSL 273.08º 0.7% 0.3% -
HSV(B) 273.08º 0.82% 0.51% -
XYZ 7.82 4.02 21.48 -
YUV 52.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 82 23 130 0.37 0.82 0 0.49 273.08 0.7 0.3
Hex 52 17 82 25 52 0 31 111 46 1E
Octal 122 27 202 45 122 0 61 421 106 36
Binary 1010010 10111 10000010 100101 1010010 0 110001 100010001 1000110 11110

Color Harmonies of #521782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521782

Black with #521782

Text Example


Text Example

White with #521782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521782; }

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

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

background-color css

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

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

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

border-color css

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

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

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