Html Css Color HEX #50096C Indigo

📋 copy color: '#50096C'

red 80 ◦ green 9 ◦ blue 108

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

Shades of Indigo #50096C

Tints of Indigo #50096C

RGB

 RED value IS 80 (31.64% from 255) = 40.61%

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

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

R = 40.61%
G = 4.57%
B = 54.82%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50096C (or 0x50096C) is known color: Indigo. HEX triplet: 50, 09 and 6C. RGB value is (80,9,108). Sum of RGB (Red+Green+Blue) = 80+9+108=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #50096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50096C is #AFF693. Grayscale: #292929. Windows color (decimal): -11531924 or 7080272. OLE color: 7080272.

HSL color Cylindrical-coordinate representation of color #50096C: hue angle of 283.03º 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 #50096C is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 9 108 -
CMYK 0.26 0.92 0 0.58
HSL 283.03º 0.85% 0.23% -
HSV(B) 283.03º 0.92% 0.42% -
XYZ 6.11 2.98 14.44 -
YUV 41.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 80 9 108 0.26 0.92 0 0.58 283.03 0.85 0.23
Hex 50 9 6C 1A 5C 0 3A 11B 55 17
Octal 120 11 154 32 134 0 72 433 125 27
Binary 1010000 1001 1101100 11010 1011100 0 111010 100011011 1010101 10111

Color Harmonies of #50096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50096C

Black with #50096C

Text Example


Text Example

White with #50096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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