Html Css Color HEX #511889 Indigo

📋 copy color: '#511889'

red 81 ◦ green 24 ◦ blue 137

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

Shades of Indigo #511889

Tints of Indigo #511889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.61%

R = 33.47%
G = 9.92%
B = 56.61%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#511889 (or 0x511889) is known color: Indigo. HEX triplet: 51, 18 and 89. RGB value is (81,24,137). Sum of RGB (Red+Green+Blue) = 81+24+137=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #511889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511889 is #AEE776. Grayscale: #353535. Windows color (decimal): -11462519 or 8984657. OLE color: 8984657.

HSL color Cylindrical-coordinate representation of color #511889: hue angle of 270.27º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511889 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 24 137 -
CMYK 0.41 0.82 0 0.46
HSL 270.27º 0.7% 0.32% -
HSV(B) 270.27º 0.82% 0.54% -
XYZ 8.24 4.21 24.05 -
YUV 53.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 81 24 137 0.41 0.82 0 0.46 270.27 0.7 0.32
Hex 51 18 89 29 52 0 2E 10E 46 20
Octal 121 30 211 51 122 0 56 416 106 40
Binary 1010001 11000 10001001 101001 1010010 0 101110 100001110 1000110 100000

Color Harmonies of #511889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511889

Black with #511889

Text Example


Text Example

White with #511889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511889; }

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

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

background-color css

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

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

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

border-color css

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

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

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