Html Css Color HEX #521997 Indigo

📋 copy color: '#521997'

red 82 ◦ green 25 ◦ blue 151

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

Shades of Indigo #521997

Tints of Indigo #521997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.69%

 BLUE value IS 151 (59.38% from 255) = 58.53%

R = 31.78%
G = 9.69%
B = 58.53%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#521997 (or 0x521997) is known color: Indigo. HEX triplet: 52, 19 and 97. RGB value is (82,25,151). Sum of RGB (Red+Green+Blue) = 82+25+151=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #521997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521997 is #ADE668. Grayscale: #373737. Windows color (decimal): -11396713 or 9902418. OLE color: 9902418.

HSL color Cylindrical-coordinate representation of color #521997: hue angle of 267.14º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521997 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 25 151 -
CMYK 0.46 0.83 0 0.41
HSL 267.14º 0.72% 0.35% -
HSV(B) 267.14º 0.83% 0.59% -
XYZ 9.41 4.72 29.69 -
YUV 56.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 82 25 151 0.46 0.83 0 0.41 267.14 0.72 0.35
Hex 52 19 97 2E 53 0 29 10B 48 23
Octal 122 31 227 56 123 0 51 413 110 43
Binary 1010010 11001 10010111 101110 1010011 0 101001 100001011 1001000 100011

Color Harmonies of #521997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521997

Black with #521997

Text Example


Text Example

White with #521997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521997; }

 p { color: rgb(82,25,151); }

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

background-color css

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

 a { background-color: rgb(82,25,151); }

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

border-color css

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

 span { border-color: rgb(82,25,151); }

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