Html Css Color HEX #521096 Indigo

📋 copy color: '#521096'

red 82 ◦ green 16 ◦ blue 150

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

Shades of Indigo #521096

Tints of Indigo #521096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

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

R = 33.06%
G = 6.45%
B = 60.48%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#521096 (or 0x521096) is known color: Indigo. HEX triplet: 52, 10 and 96. RGB value is (82,16,150). Sum of RGB (Red+Green+Blue) = 82+16+150=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #521096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521096 is #ADEF69. Grayscale: #323232. Windows color (decimal): -11399018 or 9834578. OLE color: 9834578.

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

Color convert

RGB 82 16 150 -
CMYK 0.45 0.89 0 0.41
HSL 269.55º 0.81% 0.33% -
HSV(B) 269.55º 0.89% 0.59% -
XYZ 9.17 4.37 29.21 -
YUV 51.01 183.87 150.1 -
System Red Green Blue C M Y K H S L
Decimal 82 16 150 0.45 0.89 0 0.41 269.55 0.81 0.33
Hex 52 10 96 2D 59 0 29 10E 51 21
Octal 122 20 226 55 131 0 51 416 121 41
Binary 1010010 10000 10010110 101101 1011001 0 101001 100001110 1010001 100001

Color Harmonies of #521096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521096

Black with #521096

Text Example


Text Example

White with #521096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521096; }

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

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

background-color css

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

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

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

border-color css

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

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

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