Html Css Color HEX #511879 Indigo

📋 copy color: '#511879'

red 81 ◦ green 24 ◦ blue 121

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

Shades of Indigo #511879

Tints of Indigo #511879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.62%

 BLUE value IS 121 (47.66% from 255) = 53.54%

R = 35.84%
G = 10.62%
B = 53.54%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#511879 (or 0x511879) is known color: Indigo. HEX triplet: 51, 18 and 79. RGB value is (81,24,121). Sum of RGB (Red+Green+Blue) = 81+24+121=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #511879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511879 is #AEE786. Grayscale: #333333. Windows color (decimal): -11462535 or 7936081. OLE color: 7936081.

HSL color Cylindrical-coordinate representation of color #511879: hue angle of 275.26º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511879 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 24 121 -
CMYK 0.33 0.80 0 0.53
HSL 275.26º 0.67% 0.28% -
HSV(B) 275.26º 0.8% 0.47% -
XYZ 7.17 3.78 18.44 -
YUV 52.1 166.88 148.61 -
System Red Green Blue C M Y K H S L
Decimal 81 24 121 0.33 0.80 0 0.53 275.26 0.67 0.28
Hex 51 18 79 21 50 0 35 113 43 1C
Octal 121 30 171 41 120 0 65 423 103 34
Binary 1010001 11000 1111001 100001 1010000 0 110101 100010011 1000011 11100

Color Harmonies of #511879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511879

Black with #511879

Text Example


Text Example

White with #511879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511879; }

 p { color: rgb(81,24,121); }

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

background-color css

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

 a { background-color: rgb(81,24,121); }

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

border-color css

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

 span { border-color: rgb(81,24,121); }

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