Html Css Color HEX #51178E Indigo

📋 copy color: '#51178E'

red 81 ◦ green 23 ◦ blue 142

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

Shades of Indigo #51178E

Tints of Indigo #51178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

 BLUE value IS 142 (55.86% from 255) = 57.72%

R = 32.93%
G = 9.35%
B = 57.72%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51178E (or 0x51178E) is known color: Indigo. HEX triplet: 51, 17 and 8E. RGB value is (81,23,142). Sum of RGB (Red+Green+Blue) = 81+23+142=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #51178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51178E is #AEE871. Grayscale: #353535. Windows color (decimal): -11462770 or 9312081. OLE color: 9312081.

HSL color Cylindrical-coordinate representation of color #51178E: hue angle of 269.24º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51178E is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 23 142 -
CMYK 0.43 0.84 0 0.44
HSL 269.24º 0.72% 0.32% -
HSV(B) 269.24º 0.84% 0.56% -
XYZ 8.58 4.32 25.97 -
YUV 53.91 177.72 147.32 -
System Red Green Blue C M Y K H S L
Decimal 81 23 142 0.43 0.84 0 0.44 269.24 0.72 0.32
Hex 51 17 8E 2B 54 0 2C 10D 48 20
Octal 121 27 216 53 124 0 54 415 110 40
Binary 1010001 10111 10001110 101011 1010100 0 101100 100001101 1001000 100000

Color Harmonies of #51178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51178E

Black with #51178E

Text Example


Text Example

White with #51178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51178E; }

 p { color: rgb(81,23,142); }

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

background-color css

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

 a { background-color: rgb(81,23,142); }

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

border-color css

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

 span { border-color: rgb(81,23,142); }

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