Html Css Color HEX #50187F Indigo

📋 copy color: '#50187F'

red 80 ◦ green 24 ◦ blue 127

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

Shades of Indigo #50187F

Tints of Indigo #50187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.39%

 BLUE value IS 127 (50% from 255) = 54.98%

R = 34.63%
G = 10.39%
B = 54.98%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50187F (or 0x50187F) is known color: Indigo. HEX triplet: 50, 18 and 7F. RGB value is (80,24,127). Sum of RGB (Red+Green+Blue) = 80+24+127=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #50187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50187F is #AFE780. Grayscale: #343434. Windows color (decimal): -11528065 or 8329296. OLE color: 8329296.

HSL color Cylindrical-coordinate representation of color #50187F: hue angle of 272.62º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50187F is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 24 127 -
CMYK 0.37 0.81 0 0.50
HSL 272.62º 0.68% 0.3% -
HSV(B) 272.62º 0.81% 0.5% -
XYZ 7.47 3.89 20.44 -
YUV 52.49 170.05 147.62 -
System Red Green Blue C M Y K H S L
Decimal 80 24 127 0.37 0.81 0 0.50 272.62 0.68 0.3
Hex 50 18 7F 25 51 0 32 111 44 1E
Octal 120 30 177 45 121 0 62 421 104 36
Binary 1010000 11000 1111111 100101 1010001 0 110010 100010001 1000100 11110

Color Harmonies of #50187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50187F

Black with #50187F

Text Example


Text Example

White with #50187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,24,127); }

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

background-color css

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

 a { background-color: rgb(80,24,127); }

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

border-color css

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

 span { border-color: rgb(80,24,127); }

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