Html Css Color HEX #51119A Indigo

📋 copy color: '#51119A'

red 81 ◦ green 17 ◦ blue 154

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

Shades of Indigo #51119A

Tints of Indigo #51119A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 154 (60.55% from 255) = 61.11%

R = 32.14%
G = 6.75%
B = 61.11%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#51119A (or 0x51119A) is known color: Indigo. HEX triplet: 51, 11 and 9A. RGB value is (81,17,154). Sum of RGB (Red+Green+Blue) = 81+17+154=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #51119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51119A is #AEEE65. Grayscale: #333333. Windows color (decimal): -11464294 or 10096977. OLE color: 10096977.

HSL color Cylindrical-coordinate representation of color #51119A: hue angle of 268.03º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51119A is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 17 154 -
CMYK 0.47 0.89 0 0.40
HSL 268.03º 0.8% 0.34% -
HSV(B) 268.03º 0.89% 0.6% -
XYZ 9.43 4.48 30.94 -
YUV 51.75 185.7 148.86 -
System Red Green Blue C M Y K H S L
Decimal 81 17 154 0.47 0.89 0 0.40 268.03 0.8 0.34
Hex 51 11 9A 2F 59 0 28 10C 50 22
Octal 121 21 232 57 131 0 50 414 120 42
Binary 1010001 10001 10011010 101111 1011001 0 101000 100001100 1010000 100010

Color Harmonies of #51119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51119A

Black with #51119A

Text Example


Text Example

White with #51119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51119A; }

 p { color: rgb(81,17,154); }

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

background-color css

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

 a { background-color: rgb(81,17,154); }

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

border-color css

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

 span { border-color: rgb(81,17,154); }

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