Html Css Color HEX #521999 Indigo

📋 copy color: '#521999'

red 82 ◦ green 25 ◦ blue 153

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

Shades of Indigo #521999

Tints of Indigo #521999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 58.85%

R = 31.54%
G = 9.62%
B = 58.85%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#521999 (or 0x521999) is known color: Indigo. HEX triplet: 52, 19 and 99. RGB value is (82,25,153). Sum of RGB (Red+Green+Blue) = 82+25+153=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #521999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521999 is #ADE666. Grayscale: #383838. Windows color (decimal): -11396711 or 10033490. OLE color: 10033490.

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

Color convert

RGB 82 25 153 -
CMYK 0.46 0.84 0 0.4
HSL 266.72º 0.72% 0.35% -
HSV(B) 266.72º 0.84% 0.6% -
XYZ 9.58 4.79 30.56 -
YUV 56.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 82 25 153 0.46 0.84 0 0.4 266.72 0.72 0.35
Hex 52 19 99 2E 54 0 28 10B 48 23
Octal 122 31 231 56 124 0 50 413 110 43
Binary 1010010 11001 10011001 101110 1010100 0 101000 100001011 1001000 100011

Color Harmonies of #521999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521999

Black with #521999

Text Example


Text Example

White with #521999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521999; }

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

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

background-color css

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

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

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

border-color css

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

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

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