Html Css Color HEX #50088C Indigo

📋 copy color: '#50088C'

red 80 ◦ green 8 ◦ blue 140

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

Shades of Indigo #50088C

Tints of Indigo #50088C

RGB

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

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

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

R = 35.09%
G = 3.51%
B = 61.4%

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

#50088C (or 0x50088C) is known color: Indigo. HEX triplet: 50, 08 and 8C. RGB value is (80,8,140). Sum of RGB (Red+Green+Blue) = 80+8+140=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #50088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50088C is #AFF773. Grayscale: #2C2C2C. Windows color (decimal): -11532148 or 9177168. OLE color: 9177168.

HSL color Cylindrical-coordinate representation of color #50088C: hue angle of 272.73º degrees, saturation: 0.89, 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 #50088C is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 8 140 -
CMYK 0.43 0.94 0 0.45
HSL 272.73º 0.89% 0.29% -
HSV(B) 272.73º 0.94% 0.55% -
XYZ 8.13 3.77 25.11 -
YUV 44.58 181.85 153.27 -
System Red Green Blue C M Y K H S L
Decimal 80 8 140 0.43 0.94 0 0.45 272.73 0.89 0.29
Hex 50 8 8C 2B 5E 0 2D 111 59 1D
Octal 120 10 214 53 136 0 55 421 131 35
Binary 1010000 1000 10001100 101011 1011110 0 101101 100010001 1011001 11101

Color Harmonies of #50088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50088C

Black with #50088C

Text Example


Text Example

White with #50088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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