Html Css Color HEX #511687 Indigo

📋 copy color: '#511687'

red 81 ◦ green 22 ◦ blue 135

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

Shades of Indigo #511687

Tints of Indigo #511687

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.24%

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

R = 34.03%
G = 9.24%
B = 56.72%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#511687 (or 0x511687) is known color: Indigo. HEX triplet: 51, 16 and 87. RGB value is (81,22,135). Sum of RGB (Red+Green+Blue) = 81+22+135=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #511687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511687 is #AEE978. Grayscale: #343434. Windows color (decimal): -11463033 or 8853073. OLE color: 8853073.

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

Color convert

RGB 81 22 135 -
CMYK 0.40 0.84 0 0.47
HSL 271.33º 0.72% 0.31% -
HSV(B) 271.33º 0.84% 0.53% -
XYZ 8.05 4.07 23.28 -
YUV 52.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 81 22 135 0.40 0.84 0 0.47 271.33 0.72 0.31
Hex 51 16 87 28 54 0 2F 10F 48 1F
Octal 121 26 207 50 124 0 57 417 110 37
Binary 1010001 10110 10000111 101000 1010100 0 101111 100001111 1001000 11111

Color Harmonies of #511687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511687

Black with #511687

Text Example


Text Example

White with #511687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511687; }

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

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

background-color css

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

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

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

border-color css

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

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

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