Html Css Color HEX #521795 Indigo

📋 copy color: '#521795'

red 82 ◦ green 23 ◦ blue 149

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

Shades of Indigo #521795

Tints of Indigo #521795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.66%

R = 32.28%
G = 9.06%
B = 58.66%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#521795 (or 0x521795) is known color: Indigo. HEX triplet: 52, 17 and 95. RGB value is (82,23,149). Sum of RGB (Red+Green+Blue) = 82+23+149=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #521795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521795 is #ADE86A. Grayscale: #363636. Windows color (decimal): -11397227 or 9770834. OLE color: 9770834.

HSL color Cylindrical-coordinate representation of color #521795: hue angle of 268.1º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521795 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 23 149 -
CMYK 0.45 0.85 0 0.42
HSL 268.1º 0.73% 0.34% -
HSV(B) 268.1º 0.85% 0.58% -
XYZ 9.21 4.58 28.83 -
YUV 55.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 82 23 149 0.45 0.85 0 0.42 268.1 0.73 0.34
Hex 52 17 95 2D 55 0 2A 10C 49 22
Octal 122 27 225 55 125 0 52 414 111 42
Binary 1010010 10111 10010101 101101 1010101 0 101010 100001100 1001001 100010

Color Harmonies of #521795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521795

Black with #521795

Text Example


Text Example

White with #521795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521795; }

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

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

background-color css

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

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

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

border-color css

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

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

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