Html Css Color HEX #50086F Indigo

📋 copy color: '#50086F'

red 80 ◦ green 8 ◦ blue 111

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

Shades of Indigo #50086F

Tints of Indigo #50086F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 55.78%

R = 40.2%
G = 4.02%
B = 55.78%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50086F (or 0x50086F) is known color: Indigo. HEX triplet: 50, 08 and 6F. RGB value is (80,8,111). Sum of RGB (Red+Green+Blue) = 80+8+111=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #50086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50086F is #AFF790. Grayscale: #282828. Windows color (decimal): -11532177 or 7276624. OLE color: 7276624.

HSL color Cylindrical-coordinate representation of color #50086F: hue angle of 281.94º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50086F is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 8 111 -
CMYK 0.28 0.93 0 0.56
HSL 281.94º 0.87% 0.23% -
HSV(B) 281.94º 0.93% 0.44% -
XYZ 6.26 3.03 15.29 -
YUV 41.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 80 8 111 0.28 0.93 0 0.56 281.94 0.87 0.23
Hex 50 8 6F 1C 5D 0 38 11A 57 17
Octal 120 10 157 34 135 0 70 432 127 27
Binary 1010000 1000 1101111 11100 1011101 0 111000 100011010 1010111 10111

Color Harmonies of #50086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50086F

Black with #50086F

Text Example


Text Example

White with #50086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50086F; }

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

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

background-color css

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

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

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

border-color css

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

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

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