Html Css Color HEX #511474 Indigo

📋 copy color: '#511474'

red 81 ◦ green 20 ◦ blue 116

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

Shades of Indigo #511474

Tints of Indigo #511474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 37.33%
G = 9.22%
B = 53.46%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#511474 (or 0x511474) is known color: Indigo. HEX triplet: 51, 14 and 74. RGB value is (81,20,116). Sum of RGB (Red+Green+Blue) = 81+20+116=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #511474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511474 is #AEEB8B. Grayscale: #303030. Windows color (decimal): -11463564 or 7607377. OLE color: 7607377.

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

Color convert

RGB 81 20 116 -
CMYK 0.30 0.83 0 0.55
HSL 278.13º 0.71% 0.27% -
HSV(B) 278.13º 0.83% 0.45% -
XYZ 6.8 3.51 16.84 -
YUV 49.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 81 20 116 0.30 0.83 0 0.55 278.13 0.71 0.27
Hex 51 14 74 1E 53 0 37 116 47 1B
Octal 121 24 164 36 123 0 67 426 107 33
Binary 1010001 10100 1110100 11110 1010011 0 110111 100010110 1000111 11011

Color Harmonies of #511474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511474

Black with #511474

Text Example


Text Example

White with #511474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511474; }

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

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

background-color css

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

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

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

border-color css

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

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

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