Html Css Color HEX #500094 Indigo

📋 copy color: '#500094'

red 80 ◦ green 0 ◦ blue 148

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

Shades of Indigo #500094

Tints of Indigo #500094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.09%
G = 0%
B = 64.91%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#500094 (or 0x500094) is known color: Indigo. HEX triplet: 50, 00 and 94. RGB value is (80,0,148). Sum of RGB (Red+Green+Blue) = 80+0+148=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #500094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500094 is #AFFF6B. Grayscale: #282828. Windows color (decimal): -11534188 or 9699408. OLE color: 9699408.

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

Color convert

RGB 80 0 148 -
CMYK 0.46 1 0 0.42
HSL 272.43º 1% 0.29% -
HSV(B) 272.43º 1% 0.58% -
XYZ 8.65 3.84 28.3 -
YUV 40.79 188.5 155.97 -
System Red Green Blue C M Y K H S L
Decimal 80 0 148 0.46 1 0 0.42 272.43 1 0.29
Hex 50 0 94 2E 64 0 2A 110 64 1D
Octal 120 0 224 56 144 0 52 420 144 35
Binary 1010000 0 10010100 101110 1100100 0 101010 100010000 1100100 11101

Color Harmonies of #500094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500094

Black with #500094

Text Example


Text Example

White with #500094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500094; }

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

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

background-color css

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

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

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

border-color css

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

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

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