Html Css Color HEX #500998 Indigo

📋 copy color: '#500998'

red 80 ◦ green 9 ◦ blue 152

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

Shades of Indigo #500998

Tints of Indigo #500998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 63.07%

R = 33.2%
G = 3.73%
B = 63.07%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#500998 (or 0x500998) is known color: Indigo. HEX triplet: 50, 09 and 98. RGB value is (80,9,152). Sum of RGB (Red+Green+Blue) = 80+9+152=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #500998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500998 is #AFF667. Grayscale: #2E2E2E. Windows color (decimal): -11531880 or 9963856. OLE color: 9963856.

HSL color Cylindrical-coordinate representation of color #500998: hue angle of 269.79º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500998 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 9 152 -
CMYK 0.47 0.94 0 0.40
HSL 269.79º 0.89% 0.32% -
HSV(B) 269.79º 0.94% 0.6% -
XYZ 9.07 4.17 30.03 -
YUV 46.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 80 9 152 0.47 0.94 0 0.40 269.79 0.89 0.32
Hex 50 9 98 2F 5E 0 28 10E 59 20
Octal 120 11 230 57 136 0 50 416 131 40
Binary 1010000 1001 10011000 101111 1011110 0 101000 100001110 1011001 100000

Color Harmonies of #500998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500998

Black with #500998

Text Example


Text Example

White with #500998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500998; }

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

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

background-color css

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

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

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

border-color css

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

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

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