Html Css Color HEX #511883 Indigo

📋 copy color: '#511883'

red 81 ◦ green 24 ◦ blue 131

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

Shades of Indigo #511883

Tints of Indigo #511883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 55.51%

R = 34.32%
G = 10.17%
B = 55.51%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#511883 (or 0x511883) is known color: Indigo. HEX triplet: 51, 18 and 83. RGB value is (81,24,131). Sum of RGB (Red+Green+Blue) = 81+24+131=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #511883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511883 is #AEE77C. Grayscale: #343434. Windows color (decimal): -11462525 or 8591441. OLE color: 8591441.

HSL color Cylindrical-coordinate representation of color #511883: hue angle of 271.96º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511883 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 24 131 -
CMYK 0.38 0.82 0 0.49
HSL 271.96º 0.69% 0.3% -
HSV(B) 271.96º 0.82% 0.51% -
XYZ 7.82 4.04 21.84 -
YUV 53.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 81 24 131 0.38 0.82 0 0.49 271.96 0.69 0.3
Hex 51 18 83 26 52 0 31 110 45 1E
Octal 121 30 203 46 122 0 61 420 105 36
Binary 1010001 11000 10000011 100110 1010010 0 110001 100010000 1000101 11110

Color Harmonies of #511883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511883

Black with #511883

Text Example


Text Example

White with #511883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511883; }

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

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

background-color css

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

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

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

border-color css

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

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

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