Html Css Color HEX #511790 Indigo

📋 copy color: '#511790'

red 81 ◦ green 23 ◦ blue 144

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

Shades of Indigo #511790

Tints of Indigo #511790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

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

R = 32.66%
G = 9.27%
B = 58.06%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#511790 (or 0x511790) is known color: Indigo. HEX triplet: 51, 17 and 90. RGB value is (81,23,144). Sum of RGB (Red+Green+Blue) = 81+23+144=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #511790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511790 is #AEE86F. Grayscale: #353535. Windows color (decimal): -11462768 or 9443153. OLE color: 9443153.

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

Color convert

RGB 81 23 144 -
CMYK 0.44 0.84 0 0.44
HSL 268.76º 0.72% 0.33% -
HSV(B) 268.76º 0.84% 0.56% -
XYZ 8.73 4.38 26.77 -
YUV 54.14 178.72 147.16 -
System Red Green Blue C M Y K H S L
Decimal 81 23 144 0.44 0.84 0 0.44 268.76 0.72 0.33
Hex 51 17 90 2C 54 0 2C 10D 48 21
Octal 121 27 220 54 124 0 54 415 110 41
Binary 1010001 10111 10010000 101100 1010100 0 101100 100001101 1001000 100001

Color Harmonies of #511790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511790

Black with #511790

Text Example


Text Example

White with #511790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511790; }

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

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

background-color css

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

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

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

border-color css

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

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

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