Html Css Color HEX #511887 Indigo

📋 copy color: '#511887'

red 81 ◦ green 24 ◦ blue 135

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

Shades of Indigo #511887

Tints of Indigo #511887

RGB

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

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

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

R = 33.75%
G = 10%
B = 56.25%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#511887 (or 0x511887) is known color: Indigo. HEX triplet: 51, 18 and 87. RGB value is (81,24,135). Sum of RGB (Red+Green+Blue) = 81+24+135=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #511887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511887 is #AEE778. Grayscale: #353535. Windows color (decimal): -11462521 or 8853585. OLE color: 8853585.

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

Color convert

RGB 81 24 135 -
CMYK 0.40 0.82 0 0.47
HSL 270.81º 0.7% 0.31% -
HSV(B) 270.81º 0.82% 0.53% -
XYZ 8.09 4.15 23.3 -
YUV 53.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 81 24 135 0.40 0.82 0 0.47 270.81 0.7 0.31
Hex 51 18 87 28 52 0 2F 10F 46 1F
Octal 121 30 207 50 122 0 57 417 106 37
Binary 1010001 11000 10000111 101000 1010010 0 101111 100001111 1000110 11111

Color Harmonies of #511887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511887

Black with #511887

Text Example


Text Example

White with #511887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511887; }

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

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

background-color css

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

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

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

border-color css

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

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

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