Html Css Color HEX #51099D Indigo

📋 copy color: '#51099D'

red 81 ◦ green 9 ◦ blue 157

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

Shades of Indigo #51099D

Tints of Indigo #51099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.64%

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

R = 32.79%
G = 3.64%
B = 63.56%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51099D (or 0x51099D) is known color: Indigo. HEX triplet: 51, 09 and 9D. RGB value is (81,9,157). Sum of RGB (Red+Green+Blue) = 81+9+157=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #51099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51099D is #AEF662. Grayscale: #2E2E2E. Windows color (decimal): -11466339 or 10291537. OLE color: 10291537.

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

Color convert

RGB 81 9 157 -
CMYK 0.48 0.94 0 0.38
HSL 269.19º 0.89% 0.33% -
HSV(B) 269.19º 0.94% 0.62% -
XYZ 9.58 4.38 32.24 -
YUV 47.4 189.85 151.97 -
System Red Green Blue C M Y K H S L
Decimal 81 9 157 0.48 0.94 0 0.38 269.19 0.89 0.33
Hex 51 9 9D 30 5E 0 26 10D 59 21
Octal 121 11 235 60 136 0 46 415 131 41
Binary 1010001 1001 10011101 110000 1011110 0 100110 100001101 1011001 100001

Color Harmonies of #51099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51099D

Black with #51099D

Text Example


Text Example

White with #51099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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