Html Css Color HEX #511296 Indigo

📋 copy color: '#511296'

red 81 ◦ green 18 ◦ blue 150

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

Shades of Indigo #511296

Tints of Indigo #511296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 150 (58.98% from 255) = 60.24%

R = 32.53%
G = 7.23%
B = 60.24%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#511296 (or 0x511296) is known color: Indigo. HEX triplet: 51, 12 and 96. RGB value is (81,18,150). Sum of RGB (Red+Green+Blue) = 81+18+150=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #511296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511296 is #AEED69. Grayscale: #333333. Windows color (decimal): -11464042 or 9835089. OLE color: 9835089.

HSL color Cylindrical-coordinate representation of color #511296: hue angle of 268.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511296 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 18 150 -
CMYK 0.46 0.88 0 0.41
HSL 268.64º 0.79% 0.33% -
HSV(B) 268.64º 0.88% 0.59% -
XYZ 9.11 4.38 29.22 -
YUV 51.89 183.37 148.77 -
System Red Green Blue C M Y K H S L
Decimal 81 18 150 0.46 0.88 0 0.41 268.64 0.79 0.33
Hex 51 12 96 2E 58 0 29 10D 4F 21
Octal 121 22 226 56 130 0 51 415 117 41
Binary 1010001 10010 10010110 101110 1011000 0 101001 100001101 1001111 100001

Color Harmonies of #511296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511296

Black with #511296

Text Example


Text Example

White with #511296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511296; }

 p { color: rgb(81,18,150); }

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

background-color css

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

 a { background-color: rgb(81,18,150); }

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

border-color css

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

 span { border-color: rgb(81,18,150); }

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