Html Css Color HEX #51158E Indigo

📋 copy color: '#51158E'

red 81 ◦ green 21 ◦ blue 142

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

Shades of Indigo #51158E

Tints of Indigo #51158E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

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

R = 33.2%
G = 8.61%
B = 58.2%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51158E (or 0x51158E) is known color: Indigo. HEX triplet: 51, 15 and 8E. RGB value is (81,21,142). Sum of RGB (Red+Green+Blue) = 81+21+142=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #51158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51158E is #AEEA71. Grayscale: #343434. Windows color (decimal): -11463282 or 9311569. OLE color: 9311569.

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

Color convert

RGB 81 21 142 -
CMYK 0.43 0.85 0 0.44
HSL 269.75º 0.74% 0.32% -
HSV(B) 269.75º 0.85% 0.56% -
XYZ 8.54 4.24 25.96 -
YUV 52.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 81 21 142 0.43 0.85 0 0.44 269.75 0.74 0.32
Hex 51 15 8E 2B 55 0 2C 10E 4A 20
Octal 121 25 216 53 125 0 54 416 112 40
Binary 1010001 10101 10001110 101011 1010101 0 101100 100001110 1001010 100000

Color Harmonies of #51158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51158E

Black with #51158E

Text Example


Text Example

White with #51158E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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