Html Css Color HEX #50089C Indigo

📋 copy color: '#50089C'

red 80 ◦ green 8 ◦ blue 156

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

Shades of Indigo #50089C

Tints of Indigo #50089C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.28%

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

R = 32.79%
G = 3.28%
B = 63.93%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50089C (or 0x50089C) is known color: Indigo. HEX triplet: 50, 08 and 9C. RGB value is (80,8,156). Sum of RGB (Red+Green+Blue) = 80+8+156=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #50089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50089C is #AFF763. Grayscale: #2D2D2D. Windows color (decimal): -11532132 or 10225744. OLE color: 10225744.

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

Color convert

RGB 80 8 156 -
CMYK 0.49 0.95 0 0.39
HSL 269.19º 0.9% 0.32% -
HSV(B) 269.19º 0.95% 0.61% -
XYZ 9.4 4.28 31.78 -
YUV 46.4 189.85 151.97 -
System Red Green Blue C M Y K H S L
Decimal 80 8 156 0.49 0.95 0 0.39 269.19 0.9 0.32
Hex 50 8 9C 31 5F 0 27 10D 5A 20
Octal 120 10 234 61 137 0 47 415 132 40
Binary 1010000 1000 10011100 110001 1011111 0 100111 100001101 1011010 100000

Color Harmonies of #50089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50089C

Black with #50089C

Text Example


Text Example

White with #50089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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