Html Css Color HEX #521879 Indigo

📋 copy color: '#521879'

red 82 ◦ green 24 ◦ blue 121

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

Shades of Indigo #521879

Tints of Indigo #521879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

 BLUE value IS 121 (47.66% from 255) = 53.3%

R = 36.12%
G = 10.57%
B = 53.3%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#521879 (or 0x521879) is known color: Indigo. HEX triplet: 52, 18 and 79. RGB value is (82,24,121). Sum of RGB (Red+Green+Blue) = 82+24+121=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #521879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521879 is #ADE786. Grayscale: #343434. Windows color (decimal): -11396999 or 7936082. OLE color: 7936082.

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

Color convert

RGB 82 24 121 -
CMYK 0.32 0.80 0 0.53
HSL 275.88º 0.67% 0.28% -
HSV(B) 275.88º 0.8% 0.47% -
XYZ 7.26 3.83 18.45 -
YUV 52.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 82 24 121 0.32 0.80 0 0.53 275.88 0.67 0.28
Hex 52 18 79 20 50 0 35 114 43 1C
Octal 122 30 171 40 120 0 65 424 103 34
Binary 1010010 11000 1111001 100000 1010000 0 110101 100010100 1000011 11100

Color Harmonies of #521879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521879

Black with #521879

Text Example


Text Example

White with #521879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521879; }

 p { color: rgb(82,24,121); }

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

background-color css

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

 a { background-color: rgb(82,24,121); }

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

border-color css

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

 span { border-color: rgb(82,24,121); }

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