Html Css Color HEX #511983 Indigo

📋 copy color: '#511983'

red 81 ◦ green 25 ◦ blue 131

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

Shades of Indigo #511983

Tints of Indigo #511983

RGB

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

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

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

R = 34.18%
G = 10.55%
B = 55.27%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#511983 (or 0x511983) is known color: Indigo. HEX triplet: 51, 19 and 83. RGB value is (81,25,131). Sum of RGB (Red+Green+Blue) = 81+25+131=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #511983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511983 is #AEE67C. Grayscale: #353535. Windows color (decimal): -11462269 or 8591697. OLE color: 8591697.

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

Color convert

RGB 81 25 131 -
CMYK 0.38 0.81 0 0.49
HSL 271.7º 0.68% 0.31% -
HSV(B) 271.7º 0.81% 0.51% -
XYZ 7.84 4.08 21.85 -
YUV 53.83 171.55 147.38 -
System Red Green Blue C M Y K H S L
Decimal 81 25 131 0.38 0.81 0 0.49 271.7 0.68 0.31
Hex 51 19 83 26 51 0 31 110 44 1F
Octal 121 31 203 46 121 0 61 420 104 37
Binary 1010001 11001 10000011 100110 1010001 0 110001 100010000 1000100 11111

Color Harmonies of #511983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511983

Black with #511983

Text Example


Text Example

White with #511983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511983; }

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

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

background-color css

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

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

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

border-color css

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

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

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