Html Css Color HEX #511989 Indigo

📋 copy color: '#511989'

red 81 ◦ green 25 ◦ blue 137

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

Shades of Indigo #511989

Tints of Indigo #511989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.29%

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

R = 33.33%
G = 10.29%
B = 56.38%

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

#511989 (or 0x511989) is known color: Indigo. HEX triplet: 51, 19 and 89. RGB value is (81,25,137). Sum of RGB (Red+Green+Blue) = 81+25+137=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #511989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511989 is #AEE676. Grayscale: #363636. Windows color (decimal): -11462263 or 8984913. OLE color: 8984913.

HSL color Cylindrical-coordinate representation of color #511989: hue angle of 270º degrees, saturation: 0.69, 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 #511989 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 25 137 -
CMYK 0.41 0.82 0 0.46
HSL 270º 0.69% 0.32% -
HSV(B) 270º 0.82% 0.54% -
XYZ 8.26 4.25 24.05 -
YUV 54.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 81 25 137 0.41 0.82 0 0.46 270 0.69 0.32
Hex 51 19 89 29 52 0 2E 10E 45 20
Octal 121 31 211 51 122 0 56 416 105 40
Binary 1010001 11001 10001001 101001 1010010 0 101110 100001110 1000101 100000

Color Harmonies of #511989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511989

Black with #511989

Text Example


Text Example

White with #511989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511989; }

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

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

background-color css

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

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

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

border-color css

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

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

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