Html Css Color HEX #511478 Indigo

📋 copy color: '#511478'

red 81 ◦ green 20 ◦ blue 120

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

Shades of Indigo #511478

Tints of Indigo #511478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

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

R = 36.65%
G = 9.05%
B = 54.3%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#511478 (or 0x511478) is known color: Indigo. HEX triplet: 51, 14 and 78. RGB value is (81,20,120). Sum of RGB (Red+Green+Blue) = 81+20+120=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #511478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511478 is #AEEB87. Grayscale: #313131. Windows color (decimal): -11463560 or 7869521. OLE color: 7869521.

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

Color convert

RGB 81 20 120 -
CMYK 0.32 0.83 0 0.53
HSL 276.6º 0.71% 0.27% -
HSV(B) 276.6º 0.83% 0.47% -
XYZ 7.03 3.61 18.09 -
YUV 49.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 81 20 120 0.32 0.83 0 0.53 276.6 0.71 0.27
Hex 51 14 78 20 53 0 35 115 47 1B
Octal 121 24 170 40 123 0 65 425 107 33
Binary 1010001 10100 1111000 100000 1010011 0 110101 100010101 1000111 11011

Color Harmonies of #511478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511478

Black with #511478

Text Example


Text Example

White with #511478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511478; }

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

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

background-color css

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

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

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

border-color css

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

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

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