Html Css Color HEX #511083 Indigo

📋 copy color: '#511083'

red 81 ◦ green 16 ◦ blue 131

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

Shades of Indigo #511083

Tints of Indigo #511083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.02%

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

R = 35.53%
G = 7.02%
B = 57.46%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#511083 (or 0x511083) is known color: Indigo. HEX triplet: 51, 10 and 83. RGB value is (81,16,131). Sum of RGB (Red+Green+Blue) = 81+16+131=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #511083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511083 is #AEEF7C. Grayscale: #303030. Windows color (decimal): -11464573 or 8589393. OLE color: 8589393.

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

Color convert

RGB 81 16 131 -
CMYK 0.38 0.88 0 0.49
HSL 273.91º 0.78% 0.29% -
HSV(B) 273.91º 0.88% 0.51% -
XYZ 7.68 3.76 21.79 -
YUV 48.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 81 16 131 0.38 0.88 0 0.49 273.91 0.78 0.29
Hex 51 10 83 26 58 0 31 112 4E 1D
Octal 121 20 203 46 130 0 61 422 116 35
Binary 1010001 10000 10000011 100110 1011000 0 110001 100010010 1001110 11101

Color Harmonies of #511083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511083

Black with #511083

Text Example


Text Example

White with #511083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511083; }

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

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

background-color css

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

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

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

border-color css

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

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

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