Html Css Color HEX #50098C Indigo

📋 copy color: '#50098C'

red 80 ◦ green 9 ◦ blue 140

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

Shades of Indigo #50098C

Tints of Indigo #50098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.14%

R = 34.93%
G = 3.93%
B = 61.14%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50098C (or 0x50098C) is known color: Indigo. HEX triplet: 50, 09 and 8C. RGB value is (80,9,140). Sum of RGB (Red+Green+Blue) = 80+9+140=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #50098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50098C is #AFF673. Grayscale: #2C2C2C. Windows color (decimal): -11531892 or 9177424. OLE color: 9177424.

HSL color Cylindrical-coordinate representation of color #50098C: hue angle of 272.52º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50098C is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 9 140 -
CMYK 0.43 0.94 0 0.45
HSL 272.52º 0.88% 0.29% -
HSV(B) 272.52º 0.94% 0.55% -
XYZ 8.14 3.79 25.11 -
YUV 45.16 181.52 152.85 -
System Red Green Blue C M Y K H S L
Decimal 80 9 140 0.43 0.94 0 0.45 272.52 0.88 0.29
Hex 50 9 8C 2B 5E 0 2D 111 58 1D
Octal 120 11 214 53 136 0 55 421 130 35
Binary 1010000 1001 10001100 101011 1011110 0 101101 100010001 1011000 11101

Color Harmonies of #50098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50098C

Black with #50098C

Text Example


Text Example

White with #50098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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