Html Css Color HEX #51139E Indigo

📋 copy color: '#51139E'

red 81 ◦ green 19 ◦ blue 158

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

Shades of Indigo #51139E

Tints of Indigo #51139E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.36%

 BLUE value IS 158 (62.11% from 255) = 61.24%

R = 31.4%
G = 7.36%
B = 61.24%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51139E (or 0x51139E) is known color: Indigo. HEX triplet: 51, 13 and 9E. RGB value is (81,19,158). Sum of RGB (Red+Green+Blue) = 81+19+158=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #51139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51139E is #AEEC61. Grayscale: #343434. Windows color (decimal): -11463778 or 10359633. OLE color: 10359633.

HSL color Cylindrical-coordinate representation of color #51139E: hue angle of 266.76º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51139E is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 19 158 -
CMYK 0.49 0.88 0 0.38
HSL 266.76º 0.79% 0.35% -
HSV(B) 266.76º 0.88% 0.62% -
XYZ 9.8 4.68 32.74 -
YUV 53.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 81 19 158 0.49 0.88 0 0.38 266.76 0.79 0.35
Hex 51 13 9E 31 58 0 26 10B 4F 23
Octal 121 23 236 61 130 0 46 413 117 43
Binary 1010001 10011 10011110 110001 1011000 0 100110 100001011 1001111 100011

Color Harmonies of #51139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51139E

Black with #51139E

Text Example


Text Example

White with #51139E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,19,158); }

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

background-color css

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

 a { background-color: rgb(81,19,158); }

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

border-color css

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

 span { border-color: rgb(81,19,158); }

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