Html Css Color HEX #511690 Indigo

📋 copy color: '#511690'

red 81 ◦ green 22 ◦ blue 144

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

Shades of Indigo #511690

Tints of Indigo #511690

RGB

 RED value IS 81 (32.03% from 255) = 32.79%

 GREEN value IS 22 (8.98% from 255) = 8.91%

 BLUE value IS 144 (56.64% from 255) = 58.3%

R = 32.79%
G = 8.91%
B = 58.3%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#511690 (or 0x511690) is known color: Indigo. HEX triplet: 51, 16 and 90. RGB value is (81,22,144). Sum of RGB (Red+Green+Blue) = 81+22+144=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #511690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511690 is #AEE96F. Grayscale: #353535. Windows color (decimal): -11463024 or 9442897. OLE color: 9442897.

HSL color Cylindrical-coordinate representation of color #511690: hue angle of 269.02º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511690 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 22 144 -
CMYK 0.44 0.85 0 0.44
HSL 269.02º 0.73% 0.33% -
HSV(B) 269.02º 0.85% 0.56% -
XYZ 8.71 4.34 26.76 -
YUV 53.55 179.05 147.58 -
System Red Green Blue C M Y K H S L
Decimal 81 22 144 0.44 0.85 0 0.44 269.02 0.73 0.33
Hex 51 16 90 2C 55 0 2C 10D 49 21
Octal 121 26 220 54 125 0 54 415 111 41
Binary 1010001 10110 10010000 101100 1010101 0 101100 100001101 1001001 100001

Color Harmonies of #511690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511690

Black with #511690

Text Example


Text Example

White with #511690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511690; }

 p { color: rgb(81,22,144); }

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

background-color css

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

 a { background-color: rgb(81,22,144); }

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

border-color css

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

 span { border-color: rgb(81,22,144); }

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