Html Css Color HEX #521778 Indigo

📋 copy color: '#521778'

red 82 ◦ green 23 ◦ blue 120

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

Shades of Indigo #521778

Tints of Indigo #521778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.33%

R = 36.44%
G = 10.22%
B = 53.33%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#521778 (or 0x521778) is known color: Indigo. HEX triplet: 52, 17 and 78. RGB value is (82,23,120). Sum of RGB (Red+Green+Blue) = 82+23+120=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #521778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521778 is #ADE887. Grayscale: #333333. Windows color (decimal): -11397256 or 7870290. OLE color: 7870290.

HSL color Cylindrical-coordinate representation of color #521778: hue angle of 276.49º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521778 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 23 120 -
CMYK 0.32 0.81 0 0.53
HSL 276.49º 0.68% 0.28% -
HSV(B) 276.49º 0.81% 0.47% -
XYZ 7.18 3.76 18.12 -
YUV 51.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 82 23 120 0.32 0.81 0 0.53 276.49 0.68 0.28
Hex 52 17 78 20 51 0 35 114 44 1C
Octal 122 27 170 40 121 0 65 424 104 34
Binary 1010010 10111 1111000 100000 1010001 0 110101 100010100 1000100 11100

Color Harmonies of #521778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521778

Black with #521778

Text Example


Text Example

White with #521778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521778; }

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

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

background-color css

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

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

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

border-color css

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

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

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