Html Css Color HEX #511787 Indigo

📋 copy color: '#511787'

red 81 ◦ green 23 ◦ blue 135

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

Shades of Indigo #511787

Tints of Indigo #511787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.49%

R = 33.89%
G = 9.62%
B = 56.49%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#511787 (or 0x511787) is known color: Indigo. HEX triplet: 51, 17 and 87. RGB value is (81,23,135). Sum of RGB (Red+Green+Blue) = 81+23+135=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #511787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511787 is #AEE878. Grayscale: #343434. Windows color (decimal): -11462777 or 8853329. OLE color: 8853329.

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

Color convert

RGB 81 23 135 -
CMYK 0.40 0.83 0 0.47
HSL 271.07º 0.71% 0.31% -
HSV(B) 271.07º 0.83% 0.53% -
XYZ 8.07 4.11 23.29 -
YUV 53.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 81 23 135 0.40 0.83 0 0.47 271.07 0.71 0.31
Hex 51 17 87 28 53 0 2F 10F 47 1F
Octal 121 27 207 50 123 0 57 417 107 37
Binary 1010001 10111 10000111 101000 1010011 0 101111 100001111 1000111 11111

Color Harmonies of #511787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511787

Black with #511787

Text Example


Text Example

White with #511787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511787; }

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

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

background-color css

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

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

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

border-color css

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

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

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