Html Css Color HEX #500994 Indigo

📋 copy color: '#500994'

red 80 ◦ green 9 ◦ blue 148

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

Shades of Indigo #500994

Tints of Indigo #500994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 62.45%

R = 33.76%
G = 3.8%
B = 62.45%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#500994 (or 0x500994) is known color: Indigo. HEX triplet: 50, 09 and 94. RGB value is (80,9,148). Sum of RGB (Red+Green+Blue) = 80+9+148=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #500994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500994 is #AFF66B. Grayscale: #2D2D2D. Windows color (decimal): -11531884 or 9701712. OLE color: 9701712.

HSL color Cylindrical-coordinate representation of color #500994: hue angle of 270.65º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500994 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 9 148 -
CMYK 0.46 0.94 0 0.42
HSL 270.65º 0.89% 0.31% -
HSV(B) 270.65º 0.94% 0.58% -
XYZ 8.75 4.04 28.34 -
YUV 46.08 185.52 152.2 -
System Red Green Blue C M Y K H S L
Decimal 80 9 148 0.46 0.94 0 0.42 270.65 0.89 0.31
Hex 50 9 94 2E 5E 0 2A 10F 59 1F
Octal 120 11 224 56 136 0 52 417 131 37
Binary 1010000 1001 10010100 101110 1011110 0 101010 100001111 1011001 11111

Color Harmonies of #500994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500994

Black with #500994

Text Example


Text Example

White with #500994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500994; }

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

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

background-color css

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

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

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

border-color css

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

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

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