Html Css Color HEX #51096C Indigo

📋 copy color: '#51096C'

red 81 ◦ green 9 ◦ blue 108

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

Shades of Indigo #51096C

Tints of Indigo #51096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.55%

R = 40.91%
G = 4.55%
B = 54.55%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51096C (or 0x51096C) is known color: Indigo. HEX triplet: 51, 09 and 6C. RGB value is (81,9,108). Sum of RGB (Red+Green+Blue) = 81+9+108=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #51096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51096C is #AEF693. Grayscale: #292929. Windows color (decimal): -11466388 or 7080273. OLE color: 7080273.

HSL color Cylindrical-coordinate representation of color #51096C: hue angle of 283.64º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #51096C is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 9 108 -
CMYK 0.25 0.92 0 0.58
HSL 283.64º 0.85% 0.23% -
HSV(B) 283.64º 0.92% 0.42% -
XYZ 6.2 3.03 14.45 -
YUV 41.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 81 9 108 0.25 0.92 0 0.58 283.64 0.85 0.23
Hex 51 9 6C 19 5C 0 3A 11C 55 17
Octal 121 11 154 31 134 0 72 434 125 27
Binary 1010001 1001 1101100 11001 1011100 0 111010 100011100 1010101 10111

Color Harmonies of #51096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51096C

Black with #51096C

Text Example


Text Example

White with #51096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51096C; }

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

 H1.HeaderClassName
 {
   color: #51096C;
 }
 .AnyTagClassName
 {
   color: #51096C;
 }
</style>

background-color css

<style>
 a { background-color: #51096C; }

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

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

border-color css

<style>
 span { border-color: #51096C; }

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

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