Html Css Color HEX #521996 Indigo

📋 copy color: '#521996'

red 82 ◦ green 25 ◦ blue 150

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

Shades of Indigo #521996

Tints of Indigo #521996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.37%

R = 31.91%
G = 9.73%
B = 58.37%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#521996 (or 0x521996) is known color: Indigo. HEX triplet: 52, 19 and 96. RGB value is (82,25,150). Sum of RGB (Red+Green+Blue) = 82+25+150=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #521996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521996 is #ADE669. Grayscale: #373737. Windows color (decimal): -11396714 or 9836882. OLE color: 9836882.

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

Color convert

RGB 82 25 150 -
CMYK 0.45 0.83 0 0.41
HSL 267.36º 0.71% 0.34% -
HSV(B) 267.36º 0.83% 0.59% -
XYZ 9.33 4.69 29.27 -
YUV 56.29 180.88 146.34 -
System Red Green Blue C M Y K H S L
Decimal 82 25 150 0.45 0.83 0 0.41 267.36 0.71 0.34
Hex 52 19 96 2D 53 0 29 10B 47 22
Octal 122 31 226 55 123 0 51 413 107 42
Binary 1010010 11001 10010110 101101 1010011 0 101001 100001011 1000111 100010

Color Harmonies of #521996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521996

Black with #521996

Text Example


Text Example

White with #521996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521996; }

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

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

background-color css

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

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

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

border-color css

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

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

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