Html Css Color HEX #51199D Indigo

📋 copy color: '#51199D'

red 81 ◦ green 25 ◦ blue 157

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

Shades of Indigo #51199D

Tints of Indigo #51199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

 BLUE value IS 157 (61.72% from 255) = 59.7%

R = 30.8%
G = 9.51%
B = 59.7%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51199D (or 0x51199D) is known color: Indigo. HEX triplet: 51, 19 and 9D. RGB value is (81,25,157). Sum of RGB (Red+Green+Blue) = 81+25+157=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #51199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51199D is #AEE662. Grayscale: #383838. Windows color (decimal): -11462243 or 10295633. OLE color: 10295633.

HSL color Cylindrical-coordinate representation of color #51199D: hue angle of 265.45º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51199D is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 25 157 -
CMYK 0.48 0.84 0 0.38
HSL 265.45º 0.73% 0.36% -
HSV(B) 265.45º 0.84% 0.62% -
XYZ 9.83 4.88 32.32 -
YUV 56.79 184.55 145.27 -
System Red Green Blue C M Y K H S L
Decimal 81 25 157 0.48 0.84 0 0.38 265.45 0.73 0.36
Hex 51 19 9D 30 54 0 26 109 49 24
Octal 121 31 235 60 124 0 46 411 111 44
Binary 1010001 11001 10011101 110000 1010100 0 100110 100001001 1001001 100100

Color Harmonies of #51199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51199D

Black with #51199D

Text Example


Text Example

White with #51199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,25,157); }

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

background-color css

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

 a { background-color: rgb(81,25,157); }

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

border-color css

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

 span { border-color: rgb(81,25,157); }

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