Html Css Color HEX #50099C Indigo

📋 copy color: '#50099C'

red 80 ◦ green 9 ◦ blue 156

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

Shades of Indigo #50099C

Tints of Indigo #50099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.67%

R = 32.65%
G = 3.67%
B = 63.67%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50099C (or 0x50099C) is known color: Indigo. HEX triplet: 50, 09 and 9C. RGB value is (80,9,156). Sum of RGB (Red+Green+Blue) = 80+9+156=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #50099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50099C is #AFF663. Grayscale: #2E2E2E. Windows color (decimal): -11531876 or 10226000. OLE color: 10226000.

HSL color Cylindrical-coordinate representation of color #50099C: hue angle of 268.98º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50099C is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 9 156 -
CMYK 0.49 0.94 0 0.39
HSL 268.98º 0.89% 0.32% -
HSV(B) 268.98º 0.94% 0.61% -
XYZ 9.41 4.3 31.79 -
YUV 46.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 80 9 156 0.49 0.94 0 0.39 268.98 0.89 0.32
Hex 50 9 9C 31 5E 0 27 10D 59 20
Octal 120 11 234 61 136 0 47 415 131 40
Binary 1010000 1001 10011100 110001 1011110 0 100111 100001101 1011001 100000

Color Harmonies of #50099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50099C

Black with #50099C

Text Example


Text Example

White with #50099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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