Html Css Color HEX #511778 Indigo

📋 copy color: '#511778'

red 81 ◦ green 23 ◦ blue 120

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

Shades of Indigo #511778

Tints of Indigo #511778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.57%

R = 36.16%
G = 10.27%
B = 53.57%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#511778 (or 0x511778) is known color: Indigo. HEX triplet: 51, 17 and 78. RGB value is (81,23,120). Sum of RGB (Red+Green+Blue) = 81+23+120=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #511778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511778 is #AEE887. Grayscale: #333333. Windows color (decimal): -11462792 or 7870289. OLE color: 7870289.

HSL color Cylindrical-coordinate representation of color #511778: hue angle of 275.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511778 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 23 120 -
CMYK 0.32 0.81 0 0.53
HSL 275.88º 0.68% 0.28% -
HSV(B) 275.88º 0.81% 0.47% -
XYZ 7.09 3.72 18.11 -
YUV 51.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 81 23 120 0.32 0.81 0 0.53 275.88 0.68 0.28
Hex 51 17 78 20 51 0 35 114 44 1C
Octal 121 27 170 40 121 0 65 424 104 34
Binary 1010001 10111 1111000 100000 1010001 0 110101 100010100 1000100 11100

Color Harmonies of #511778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511778

Black with #511778

Text Example


Text Example

White with #511778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511778; }

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

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

background-color css

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

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

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

border-color css

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

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

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