Html Css Color HEX #51178D Indigo

📋 copy color: '#51178D'

red 81 ◦ green 23 ◦ blue 141

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

Shades of Indigo #51178D

Tints of Indigo #51178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.55%

R = 33.06%
G = 9.39%
B = 57.55%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51178D (or 0x51178D) is known color: Indigo. HEX triplet: 51, 17 and 8D. RGB value is (81,23,141). Sum of RGB (Red+Green+Blue) = 81+23+141=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #51178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51178D is #AEE872. Grayscale: #353535. Windows color (decimal): -11462771 or 9246545. OLE color: 9246545.

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

Color convert

RGB 81 23 141 -
CMYK 0.43 0.84 0 0.45
HSL 269.49º 0.72% 0.32% -
HSV(B) 269.49º 0.84% 0.55% -
XYZ 8.51 4.29 25.58 -
YUV 53.79 177.22 147.41 -
System Red Green Blue C M Y K H S L
Decimal 81 23 141 0.43 0.84 0 0.45 269.49 0.72 0.32
Hex 51 17 8D 2B 54 0 2D 10D 48 20
Octal 121 27 215 53 124 0 55 415 110 40
Binary 1010001 10111 10001101 101011 1010100 0 101101 100001101 1001000 100000

Color Harmonies of #51178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51178D

Black with #51178D

Text Example


Text Example

White with #51178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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